平常遇到的问题

学习学习

Posted by lll-yz on October 8, 2021

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验证。