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

 

Git Clone download warehouse code, the following occurs

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

 

 

Solution:

Entry

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

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

 

Then git clone, you can download the code properly

 

 

 

reference:

IDEA when connected Github: Failed to connect to github.com port 443: Connection refused solution

Guess you like

Origin www.cnblogs.com/code1992/p/11220261.html