sourcetree password required

46次阅读

共计 163 个字符,预计需要花费 1 分钟才能阅读完成。

sourcetree 不停的让输入密码,报 password required
1、在终端(terminal)打开你的工程目录
2、输入
git config credential.helper store
3、拉取代码
git pull
4、输入用户名密码
后面就不用再输入了。
原文地址:http://zhige.me/2019/01/28/20…

正文完
 0