当前位置:   article > 正文

解决每次提交代码都需要输入账号和密码的问题_git每次提交都要输入账号密码

git每次提交都要输入账号密码

第一步:进入项目目录,在 git 终端执行以下命令:

git config --global credential.helper store

第二步:重新执行一次git pull,这次它还是提示你输入账号和密码:

  1. git pull
  2. Username for 'https://git.xxxxxxxx.com': ******
  3. Password for 'https://demo123@163.com': *******

后面再 pull 或者 push 的时候,就不用输入账户和密码了。

注意,如果你换了git账号,或者你换了电脑,执行完 "git config --global credential.helper store" 再 "git pull"时,可能会出现下面的报错:

  1. git pull
  2. remote: The project you were looking for could not be found.
  3. fatal: repository 'http://git.xxxx.com/xxxx.git/' not found

解决方法是,打开“C盘/用户”目录,删除该目录下的 “.git-credentials”文件,重新执行上面的第一步和第二步。

设置后的 .gitconfig 文件

设置后的 .git-credentials 文件

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

闽ICP备14008679号