SourceTree 无效的URL问题

用命令行 clone 代码 之后去掉证书验证 git config --global http.sslVerify false
之后 clone 下来的项目里有隐藏 .git 文件 这时就可以SourceTree 本地添加了。

最后SourceTree 会无限要求输入密码 ,不要紧张哦

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

1、在终端(terminal)打开你的工程目录

2、输入

git config credential.helper store
3、拉取代码

git pull
4、输入用户名密码

后面就不用再输入了。

你可能感兴趣的:(SourceTree 无效的URL问题)