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 config --global https.proxy http://127.0.0.1:1080
git config --global https.proxy https://127.0.0.1:1080
4521

被折叠的 条评论
为什么被折叠?



