git 出现 连接超时443的情况

解决 Failed to connect to github.com port 443:connection timed out

 

 

1)取消代理

git config --global --unset http.proxy

git config --global --unset https.proxy

(2)获得成功!

 

 

 

posted @ 2023-04-08 13:58  三不知0  阅读(58)  评论(1)    收藏  举报