0. 首先試下能不能正常打開GitHub
https://github.com/
能打開的話繼續(xù)下面操作文章來源:http://www.zghlxwxcb.cn/news/detail-531648.html
1. 如果有代理,就試下掛代理,命令格式如下
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890
2. 如果沒有代理,就試下清理代理,命令如下
git config --global --unset http.proxy
git config --global --unset https.proxy
3. 上面兩個試了沒用,就試下最后一個,忽略SSL驗(yàn)證
git config --global http.sslVerify false
上面還解決不了就只能裝個GitHub客戶端了 需要的話去搜一下文章來源地址http://www.zghlxwxcb.cn/news/detail-531648.html
到了這里,關(guān)于簡單解決Failed to connect to github.com port 443: Timed out的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!