当前位置:   article > 正文

git凭证_git 凭证

git 凭证

默认是manager

# 将凭证缓存到内存中,默认缓存15分钟
git config --global credential.helper cache

# 将凭证存储到磁盘上的纯文本文件中
git config --global credential.helper store

# 使用 Git 凭证管理器
git config --global credential.helper manager-core
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8

查看credential设置

要查看当前 Git 配置中 credential.helper 的设置,可以使用以下命令:

git config --global credential.helper
  • 1

这个命令会输出当前全局配置中设置的 credential.helper 值。如果没有设置 --global 选项,它将只检查当前仓库的配置:

git config credential.helper
  • 1

删除manager凭证

打开控制面板\用户帐户\凭据管理器
在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/886432
推荐阅读
相关标签
  

闽ICP备14008679号