一直用SourceTree配合Git管理项目,非常好用。
最近仓库地址换了(ps:没用ssh的方式),发现换完之后pull之类的涉及远程的操作一直提示输入密码
屏幕快照 2020-01-14 17.08.30.png
解决办法:
- go to terminal in your project folder
git config credential.helper store
git pull
- input your username and password
然后再回SourceTree操作就发现一切正常了
网友评论