- 具体错误
$ git clone https://github.com/openjdk/jdk8u
Cloning into 'jdk8u'...
fatal: unable to access 'https://github.com/openjdk/jdk8u/': Failed to connect to github.com port 443 after 21016 ms: Timed out
- 办法1(无效)
git config --global --unset http.proxy
git config --global --unset https.proxy
- 办法2(无效)
检查代理。我没有设置代理。
- 办法3(无效)
git config --global http.sslVerify "false"
- 办法4(无效)
打开这个网址,并不显示IP
Fastly - github.global.ssl.Fastly.net
- 办法5(无效)
关脚本。
- 办法6(无效)
GitHub: Let's build from here · GitHub
- 办法7(无效)
What Is My IP Address? Free IP Lookup
github.com可以查到IP,github.global.ssl.fastly.net报错。文章来源:https://www.toymoban.com/news/detail-545631.html
清理一下DNS:文章来源地址https://www.toymoban.com/news/detail-545631.html
ipconfig /flushdns
到了这里,关于多种方法均未解决:Failed to connect to github.com port 443 after 21016 ms: Timed out的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!