" gcloud source repos clone default local-directory-name"不工作

时间:2015-10-02 12:19:15

标签: git google-app-engine gcloud

我正在尝试克隆我的项目,因为" gcloud init 项目名称"不推荐使用我按照以下步骤操作。

1)" gcloud init"并在交互式菜单中输入了正确的选项。

2)" gcloud source repos clone default local-directory-name "

但它不断询问我的用户名和密码。

我也执行了 " gcloud auth登录"和" git config credential.helper gcloud.sh"命令

但仍然要求我输入用户名和密码。

1 个答案:

答案 0 :(得分:2)

这与Cloud SDK中将在版本0.9.82中修复的错误有关。

抱歉给您带来不便!与此同时,您应该可以通过直接运行git clone来解决这个问题:

> git clone 'https://source.developers.google.com/p/PROJECTID/r/default' --config credential.helper=git-credential-gcloud.cmd

注意:请确保git-credential-gcloud.cmd首先在%PATH%上,并确保将项目的ID替换为PROJECTID