Develop 关于 Github 连接超时的解决方案 关于 Github 连接超时的解决方案。~~~shell git config --global --unset http.proxy 1 2 3 # 去除现有代理(即使没有设置代理,也会存在缓存代理方案) git config --global --unset http.proxy git config --global --unset https.proxy