gpt4 book ai didi

sdk - Google Cloud SDK gcloud init

转载 作者:行者123 更新时间:2023-12-03 03:27:48 25 4
gpt4 key购买 nike

我安装了 Google Cloud SDK 和 Git,但当我尝试运行 gcloud init Overseas-966(我的项目名称)时,收到以下错误消息:

G:\>gcloud init overseas-966
WARNING: `gcloud init` will be changing soon. To clone git repo consider using `
gcloud alpha source clone` command.
Initialized gcloud directory in [G:\overseas-966\.gcloud].
Cloning [https://source.developers.google.com/p/overseas-966/r/default] into [de
fault].
ERROR: Unable to initialize project [overseas-966], cleaning up [G:\overseas-966
].
ERROR: (gcloud.init) Cannot find git. Please install git and try again.

You can find git installers at [http://git-scm.com/downloads], or use
your favorite package manager to install it on your computer.

G:\>git --version``
git version 1.9.5.msysgit.1

Git 已从 [ http://git-scm.com/downloads] 下载Git路径在PATH环境变量中。请给我一些建议。

最佳答案

当 gcloud 尝试执行“git”时,无论出于何种原因失败(不一定是当 git 不在路径上时),都会发生此错误。

假设您只关心克隆存储库,则可以通过运行获得相同的结果

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

gcloud 必须位于您的路径上才能使上述功能发挥作用。

如果问题仍然存在,请在 https://code.google.com/p/google-cloud-sdk/issues/list 下提交错误,输出为 gcloud info(已删除个人信息)。

关于sdk - Google Cloud SDK gcloud init,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31236492/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com