Reputation: 41
Would appreciate some help with this one - tried suggestions from related posts to no avail. Windows 10 OS.
auth and init working fine, but on cloning a cloud repository to local I keep on getting errors
on gcloud source repos clone default --project=project-1234
I get;
Cloning into 'C:\Users\Me\default'...
ERROR: (gcloud.auth.git-helper) Invalid input line format: [path=].
fatal: remote error: Invalid username/password.
You may need to use your OAuth token password; Note that generated google.com passwords are not compatible with private repositories
ERROR: (gcloud.source.repos.clone) Command '['git', 'clone', 'https: //source.developers.google.com/p/project-1234/r/default', 'C:\Users\Me\default', '--config', 'credential.helper="gcloud.cmd"']' returned non-zero exit status 128
I have tried a couple of re-installs (Git and GCloud) but no luck in correcting this - any ideas?
Upvotes: 4
Views: 1236
Reputation: 127
Reinstall latest version of git (2.8.1) and uncheck "Enable git Credential Manager", this work for me. I´m using Windows 10 too.
Upvotes: 3