Gcloud git clone problems - windows 10

They would have thanked some help in this - they tried offers from related posts to no avail. OS Windows 10.

auth and init work fine, but when I clone the cloud repository locally, I keep getting errors

on gcloud source repos clone default --project=project-1234I get:

Cloning to 'C: \ Users \ Me \ default' ...
ERROR: (gcloud.auth.git-helper) Invalid input string format: [path =].
fatal: remote error: invalid username / password.
You may need to use the OAuth token password; Please note that the generated google.com passwords are not compatible with
ERROR private repositories : (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" ']]' returns a nonzero exit status of 128

I tried a couple of reinstallations (Git and GCloud) but failed to fix this - any ideas?

+4
source share
2 answers

Install the latest git version (2.8.1) and uncheck the "Enable git Credential Manager" checkbox, this work for me. I also use Windows 10.

+3
source

I have the same error. I am printing a list version for you Brian

configuration version

0
source

All Articles