SourceTree提示:Failed to connect to localhost port 10080: Connection refused

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

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

你可能感兴趣的:(SourceTree提示:Failed to connect to localhost port 10080: Connection refused)