gpt4 book ai didi

git - 在 Windows git pull and clone for Google cloud repository pop 凭据管理器对话框

转载 作者:IT王子 更新时间:2023-10-29 00:45:10 24 4
gpt4 key购买 nike

从现有克隆中 pull

git pull

或使用 gcloud 克隆谷歌云存储库

gcloud source repos clone default my_repo

生成以下对话框: enter image description here

如何配置 git 以便它自动使用 gcloud 凭据?

最佳答案

如果你跑

C:\> git config --list --system
credential.helper=manager

并像上面一样为 credential.helper 设置一个设置,它将优先于 gcloud 安装的凭证助手。

您可以通过(可能以管理员身份)取消设置

C:\> git config --system --unset credential.helper

现在

C:\> gcloud source repos clone default my_repo

应该工作并且

C:\> cd my_repo
C:\my_repo> git config --list

应该显示

credential.helper="gcloud.cmd"

关于git - 在 Windows git pull and clone for Google cloud repository pop 凭据管理器对话框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36339248/

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