使用Sourcetree 在push代码时候弹出Password Required

服务器环境改变了以后提交代码sourcetree每次都要提交密码

需要重定向

  1. 进入当前工程目录
  2. 输入指令
git config credential.helper store

3.重新拉取

git pull

4.重新输入用户名密码

你可能感兴趣的:(使用Sourcetree 在push代码时候弹出Password Required)