问题
Sourcetree git 不断输入密码,报 password required
解决方法:
1、在终端(terminal)打开你的工程目录
2、输入
git config credential.helper store
3、拉取代码
git pull
4、输入用户名和密码,后面就不用再输入了。
Sourcetree git 不断输入密码,报 password required
1、在终端(terminal)打开你的工程目录
2、输入
git config credential.helper store
3、拉取代码
git pull
4、输入用户名和密码,后面就不用再输入了。