转载至 http://zhige.me/2019/01/28/2019/01/sourcetree_password_required/
感谢指点
问题
sourcetree 不停的让输入密码,报 password required
方法
- 在工程目录,打开你的终端(terminal)
- 输入
git config credential.helper store
- 拉取代码
git pull
- 后面就不用再输入了
转载至 http://zhige.me/2019/01/28/2019/01/sourcetree_password_required/
感谢指点
sourcetree 不停的让输入密码,报 password required
git config credential.helper store
git pull