I successfully import the project to google cloud. I am running android studio on a Mac. But, when i try to push the project to the cloud repository i get the error:
The first time you try to clone a repo if you put in the wrong credentials they will be cached and you will continue to get "Invalid authentication credentials" error until fixed. Git Credential Manager is used behind the scenes to cache credentials for sites but it is not obvious on how to edit those credentials. Here is how to fix the cached credentials on Windows:
Navigate to Control Panel -> User Accounts -> Credential Manager
Click on Windows Credentials and find an entry for git:https://source.developers.google.com
You should now be able to clone your repository and git will use the stored credentials to authenticate.