赞
踩
# 将凭证缓存到内存中,默认缓存15分钟
git config --global credential.helper cache
# 将凭证存储到磁盘上的纯文本文件中
git config --global credential.helper store
# 使用 Git 凭证管理器
git config --global credential.helper manager-core
要查看当前 Git 配置中 credential.helper 的设置,可以使用以下命令:
git config --global credential.helper
这个命令会输出当前全局配置中设置的 credential.helper 值。如果没有设置 --global 选项,它将只检查当前仓库的配置:
git config credential.helper
打开控制面板\用户帐户\凭据管理器
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。