排序
Git:Failed to connect to chromium.googlesource.com port 443 after 21081 ms: Timed out
Git:Failed to connect to chromium.googlesource.com port 443 after 21081 ms: Timed out
git 设置和取消代理
SourceTree # 设置ss git config --global http.proxy 'socks5://127.0.0.1:1080' git config --global https.proxy 'socks5://127.0.0.1:1080' # 设置代理 git config --global https.proxy ht...