Initially projects setup in the Cloud Developer console had an option to generate a Git password to access the repository used for push-to-deploy. This was needed for IDE/GUI's and other git tools that did not understand oauth2.
It was previously found under Cloud Deployment > Releases > Configuration > Generate Git Password
The UI seems to have changed since and there is no longer this option, however clients setup with a password still continue to work, even after an error regarding the lack of gcloud oauth2 integration:
"git: 'credential-gcloud.sh' is not a git command. See 'git --help'."
Git on the command line works fine after running and storing the oauth2 tokens via 'gcloud auth login'.
I am using:
* Google Cloud SDK 0.9.20
* Mac OS X 10.9.2
* git version 1.9.0
* Git Tower as an example non oauth2 aware app.
Qu: is this option intentionally removed and/or will not be supported in future?
Qu: is there a way to integrate the credential-gcloud.sh with Git using IDE/GUIs
Liam