美文网首页
git 每次执行pull push命令时都需要输入密码的解决方案

git 每次执行pull push命令时都需要输入密码的解决方案

作者: JackLee_ | 来源:发表于2018-09-10 10:45 被阅读0次

相信想在很多开发人员都在使用git,http协议的git项目配置全局的用户就可以了,但是https协议的需要每次都输入密码,非常的麻烦。网上找了好多都没找到答案,今天终于找到了解决方案:
git config --global credential.helper store
执行上面命令就搞定!

相关文章

网友评论

      本文标题:git 每次执行pull push命令时都需要输入密码的解决方案

      本文链接:https://www.haomeiwen.com/subject/rrajgftx.html