Fixed
Status Update
Comments
ve...@google.com <ve...@google.com> #2
using the below does resolve the issue and allow the app to be deployed.
gcloud config set app/use_gsutil true
gcloud config set app/use_gsutil true
ga...@google.com <ga...@google.com>
ga...@google.com <ga...@google.com> #3
Thanks for the update! We think we have a handle on this issue, and there should be a patch in the Cloud SDK 106 release due out next week that will work with the 'use_gsutil false' setting (which will eventually become the new default).
ma...@tgsmc.com <ma...@tgsmc.com> #4
Thanks for fixing so promptly!
Description
This will create a public issue which anybody can view and comment on.
Problem you have encountered:
Running
gcloud source repos clone {repo}
adds a local git config of:...and because this isn't restricted to only Google Cloud, it prevents any other remote that also requires a credential helper from working.
What you expected to happen:
Restrict to only Google Cloud, like:
Steps to reproduce: