关于 Github 连接超时的解决方案

关于 Github 连接超时的解决方案。~~~shell git config --global --unset http.proxy

1
2
3
# 去除现有代理(即使没有设置代理,也会存在缓存代理方案)
git config --global --unset http.proxy
git config --global --unset https.proxy
Licensed under CC BY-NC-SA 4.0
Gear(夕照)的博客。记录开发、生活,以及一些不足为道的思考……