一直用SourceTree配合Git管理项目,非常好用。
最近仓库地址换了(ps:没用ssh的方式),发现换完之后pull之类的涉及远程的操作一直提示输入密码
![](https://img.haomeiwen.com/i1653855/a8019922a41835e3.png)
解决办法:
- go to terminal in your project folder
git config credential.helper store
git pull
- input your username and password
然后再回SourceTree操作就发现一切正常了
一直用SourceTree配合Git管理项目,非常好用。
最近仓库地址换了(ps:没用ssh的方式),发现换完之后pull之类的涉及远程的操作一直提示输入密码
解决办法:
git config credential.helper store
git pull
然后再回SourceTree操作就发现一切正常了
本文标题:SourceTree一直提示需要密码
本文链接:https://www.haomeiwen.com/subject/umyaactx.html
网友评论