sourcetree Failed to connect to
2024-01-23 本文已影响0人
一个半吊子工程师
取消代理后,使用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