文章目录
- 问题1
- Failed to connect to github.com port 443 after 21085 ms: Timed outOpenSSL SSL_read: Connection
- 问题2
- unable to access 'https://github.com//': OpenSSL SSL_read: Connection was reset, errno 10054
- 网速慢问题
- clone太慢,pull太慢怎么办
问题1
Failed to connect to github.com port 443 after 21085 ms: Timed outOpenSSL SSL_read: Connection
Failed to connect to github.com port 443 after 21085 ms: Timed outOpenSSL SSL_read: Connection
git config --global http.sslVerify "false"`
问题2
unable to access ‘https://github.com//’: OpenSSL SSL_read: Connection was reset, errno 10054
unable to access ‘https://github.com//’: OpenSSL SSL_read: Connection was reset, errno 10054
git config --global --unset http.proxy
网速慢问题
clone太慢,pull太慢怎么办
clone太慢,pull太慢怎么办
Ghips通过GitHub官方API获取所有IP,并自动找到最快IP。将得到的最快IP写入到本地hosts
注意:更新IP后首次访问GitHub会比较慢,稍等就快了。
官网
点这里下载Ghips