gpt4 book ai didi

linux - 无法从 gcloud 克隆到 git : "Could not find gcloud' s git credential helper.“

转载 作者:太空宇宙 更新时间:2023-11-04 10:30:53 24 4
gpt4 key购买 nike

我在 Google 的云平台中有一个 git 存储库。我正在尝试将其克隆到本地 git 报告中,如下所示:

git config credential.helper gcloud.sh
gcloud source repos clone myrepository --project=myprojectid

它给我这个错误:

ERROR: (gcloud.source.repos.clone) Could not find gcloud's git credential helper. Please make sure the Cloud SDK bi
n folder is in PATH.

我已验证 gcloud 在 $PATH 中:

> which gcloud
/usr/bin/gcloud

这是 SUSE 的新 GCE 实例。可以在 mac 上运行,但不能在此 SUSE 服务器上运行。

有什么想法吗?

最佳答案

Cloud SDK 的bin 文件夹 需要在$PATH 中,而不仅仅是gcloud

/usr/bin/gcloud 可能是符号链接(symbolic link)或包装脚本,指向完整的 google-cloud-sdk 安装目录。您需要将 google-cloud-sdk/bin 添加到您的路径,因为这是凭据助手所在的位置。

(这是由于 git-credential-helper 模型的限制。

关于linux - 无法从 gcloud 克隆到 git : "Could not find gcloud' s git credential helper.“,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40004625/

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