I have an android studio project that is shared through a google cloud repository. I have been using the cloud repository with the inbuilt git commands in android studio for a while now. After the 2.3.2 android studio update, I am unable to push my code into the repository, pull the code from the repository or clone the repository.
When I select upload project on android studio, the event log shows:
Fetch failed: fatal: unable to access 'https://source.developers.google.com/p/mycloudname-1218/': Couldn't resolve host 'source.developers.google.com'
Update canceled
Anyone know what the issue is? I tried to import my current project into another cloud (which would solve my issue if it worked fine after) but it keeps giving me the error "Project is already on google cloud platform" (which it is)
Anybody who can help?
This was an issue with VPN. Was fixed after updating the proxy settings.