G Dog
G Dog

Reputation: 41

gcloud git clone issues - windows 10

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

Answers (2)

Harold Sarmiento
Harold Sarmiento

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

André Augusto
André Augusto

Reputation: 1

I have same error. I print list version for you Brian

config version

Upvotes: 0

Related Questions