取消代理后,使用SourceTree操作Git仓库时,出现这个提示,处理方法:
在SourceTree面板打开终端:
查询是否使用代理:git config --global http.proxy
返回:localhost:10080
取消代理:git config --global --unset http.proxy
取消代理后,使用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
网友评论