美文网首页遇见更好的自己
SourceTree提示:Failed to connect t

SourceTree提示:Failed to connect t

作者: JairusTse | 来源:发表于2020-01-02 11:23 被阅读0次

取消代理后,使用SourceTree操作Git仓库时,出现这个提示,处理方法:

在SourceTree面板打开终端:
查询是否使用代理:git config --global http.proxy
返回:localhost:10080
取消代理:git config --global --unset http.proxy

相关文章

网友评论

    本文标题:SourceTree提示:Failed to connect t

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