取消代理后,使用SourceTree操作Git仓库时,出现这个提示,处理方法:
在SourceTree面板打开终端:
查询是否使用代理:git config --global http.proxy
返回:localhost:8001
取消代理:git config --global --unset http.proxy
取消代理后,使用SourceTree操作Git仓库时,出现这个提示,处理方法:
在SourceTree面板打开终端:
查询是否使用代理:git config --global http.proxy
返回:localhost:8001
取消代理:git config --global --unset http.proxy
本文标题:sourcetree Failed to connect to
本文链接:https://www.haomeiwen.com/subject/xavuodtx.html
网友评论