美文网首页
SourceTree一直提示需要密码

SourceTree一直提示需要密码

作者: jzhang | 来源:发表于2020-01-14 17:11 被阅读0次

    一直用SourceTree配合Git管理项目,非常好用。
    最近仓库地址换了(ps:没用ssh的方式),发现换完之后pull之类的涉及远程的操作一直提示输入密码


    屏幕快照 2020-01-14 17.08.30.png

    解决办法:

    1. go to terminal in your project folder
    2. git config credential.helper store
    3. git pull
    4. input your username and password

    然后再回SourceTree操作就发现一切正常了

    相关文章

      网友评论

          本文标题:SourceTree一直提示需要密码

          本文链接:https://www.haomeiwen.com/subject/umyaactx.html