gpt4 book ai didi

git credential.helper 不存储用户名密码

转载 作者:太空狗 更新时间:2023-10-29 14:45:36 24 4
gpt4 key购买 nike

我正在编写一个部署脚本,它克隆一个 git 存储库,然后执行其他任务,例如获取等。我已经运行了这个

git config --global credential.helper cache

克隆步骤的用户名和密码由 expect 脚本提供。但这些详细信息并未按应有的方式缓存。脚本再次提示用户详细信息

我不能使用 ssh,因为我正在使用 Visual Studio Online

最佳答案

你可以像这样创建一个文件~/.netrc:

machine github.com
login <username>
password <password>

Git 将使用它。另一个选项是 git-credential-store :

git config --global credential.helper store

凭据保存到 ~/.git-credentials

关于git credential.helper 不存储用户名密码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29401283/

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