- 具體錯誤
$ 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(無效)
檢查代理。我沒有設(shè)置代理。
- 辦法3(無效)
git config --global http.sslVerify "false"
- 辦法4(無效)
打開這個網(wǎng)址,并不顯示IP
Fastly - github.global.ssl.Fastly.net
- 辦法5(無效)
關(guān)腳本。
- 辦法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報錯。文章來源:http://www.zghlxwxcb.cn/news/detail-545631.html
清理一下DNS:文章來源地址http://www.zghlxwxcb.cn/news/detail-545631.html
ipconfig /flushdns
到了這里,關(guān)于多種方法均未解決:Failed to connect to github.com port 443 after 21016 ms: Timed out的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!