git bash出现 Failed to connect to github.com port 443 after 21074 ms: Timed out

git bash出现 Failed to connect to github.com port 443 after 21074 ms: Timed out

此时不要慌,听我的,退学吧。

。。。。

真正解决办法:取消代理

git config --global --unset http.proxy
git config --global --unset https.proxy

over。

git bash出现 Failed to connect to github.com port 443 after 21074 ms: Timed out

设置代理

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

上一篇:端口


下一篇:02-使用注解配置spring