Windows gcloud init

Windows gcloud init,windows,init,gcloud,Windows,Init,Gcloud,有一个问题 运行gcloud init命令时出错 [C:\Users\xxxxx\default]:C:\gcloud.repo Cloning into 'C:\gcloud.repo'... bash.exe: warning: could not find /tmp, please create! bash.exe: warning: could not find /tmp, please create! bash.exe: warning: could not find /tmp, pl

有一个问题

运行gcloud init命令时出错

[C:\Users\xxxxx\default]:C:\gcloud.repo
Cloning into 'C:\gcloud.repo'...
bash.exe: warning: could not find /tmp, please create!
bash.exe: warning: could not find /tmp, please create!
bash.exe: warning: could not find /tmp, please create!
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
[source repos clone default C:\gcloud.repo] has failed
You can use [gcloud config] to change more gcloud settings.

Your current configuration is: [default]

[compute]
region = xxxxxxxxxx
zone = xxxxxxxxxx
[core]
account = xxxxxxxxxxxxxxx@gmail.com
disable_usage_reporting = False
project = xxxxxxxxxxxxxxxxxxxx
[meta]
active_config = default
ERROR: (gcloud.init) Failed command: [source repos clone default C:\gcloud.repo] with exit code [1]
操作系统:Windows 10


有人,或者您不知道解决方案?

您是否安装了Git并在您的路径上?您是否有机会使用Cygwin?另外,请注意,
gclout init
命令大部分是成功的。这只是失败的最后一部分。如果要再次尝试克隆此存储库,可以运行
gcloud source repos clone default C:\gcloud.repo