mac sourcetree required password

coding   c85Ao

解决办法,用http拉取,使用命令行clone

 

每次push需要密码解决方法

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

3、拉取代码
git pull

4、输入用户名密码
后面就不用再输入了。

posted @ 2020-12-26 11:32  00000000O  阅读(189)  评论(0编辑  收藏  举报