点击Clone
image.png
报错1: sourceTree提示 Failed to connect to github.com port 443 after 21074 ms: Timed out
-
点击细节提示如上内容
image.png
- 解决办法:终端执行如下两个命令,取消代理
git config --global --unset http.proxy
git config --global --unset https.proxy
报错2:sourceTree提示 unable to access ‘https://github.com/zb55....‘: OpenSSL SSL_read: Connection was reset
- 解决办法:终端执行如下命令,去掉ssl验证
git config --global http.sslVerify false
还是不行的话,可以在终端执行ipconfig /flushdns
刷新DNS缓存
ps:拉取后,如果无法将代码推送到服务器上,也可以按照上述步骤解决
![](https://img.haomeiwen.com/i2364940/f93fca6283299a68.png)
网友评论