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