Failed to connect to github.com port 443: Timed out

 

Git Clone下載倉庫代碼的時候,出現如下狀況git

Failed to connect to github.com port 443: Timed outgithub

 

 

解決辦法:spa

輸入 .net

git config --global http.proxy http://127.0.0.1:1080
 git config --global https.proxy http://127.0.0.1:1080

 

再git clone,就能正常下載代碼code

 

 

 

參考:blog

IDEA鏈接Github時出現:Failed to connect to github.com port 443: Connection refused的解決方法get

相關文章
相關標籤/搜索