gcloud git推送Windows

时间:2014-12-25 12:39:06

标签: windows git

我很难将代码推送到gcloud上 git推谷歌大师。它总是说。 错误:(gcloud.auth.git-helper)无法识别的参数:--ignore-unknown

我已经检查了gcloud.cmd在路径中,gcloud auth列表显示了我在gcloud上的用户名。不知道在哪里--ignore-unknown来自。 汤姆

1 个答案:

答案 0 :(得分:0)

gcloud使用隐藏命令

gcloud auth git-helper 

作为git凭证帮助器[1]来验证git推/拉操作。您看到的错误消息可能表示gcloud的gcloud auth组件已过期。你最好的选择是运行

gcloud components update

确保所有glcoud组件都是最新的。

[1]如果您对git凭证助手感到好奇,可以从这里开始:https://www.kernel.org/pub/software/scm/git/docs/v1.7.9/gitcredentials.html