ping github.com 超时与访问浏览器访问github失败
更新host文件。(在 C:\Windows\System32\drivers\etc 下)。
去 https://www.ipaddress.com/的IP Address Lookup查询 github.com和github.global.ssl.fastly.net,将host文件中的地址修改为查询到的。
Git报错解决:OpenSSL SSL_read: Connection was reset, errno 10054 错误解决
如果不是网的问题的话,修改设置,在git bash here里执行:
git config --global http.sslVerify "false"
解除ssl验证。