sourcetree 不停的让输入密码,报 password required

sourcetree 不停的让输入密码,报 password required
1、在终端(terminal)打开你的工程目录
2、输入
git config credential.helper store

3、拉取代码
git pull

4、输入用户名密码
后面就不用再输入了。
https://www.toutiao.com/i6651578252303270403/?tt_from=weixin&utm_campaign=client_share&wxshare_count=1×tamp=1548844667&app=news_article&utm_source=weixin&iid=59515472780&utm_medium=toutiao_android&group_id=6651578252303270403

你可能感兴趣的:(Git,sourcetree)