开代理后 还是 Failed to connect to github.com port 443: Timed out

git config --global http.proxy 127.0.0.1:1080 为全局的 git 项目都设置代理

git config --local http.proxy 127.0.0.1:1080 为某个 git 项目单独设置代理

posted @ 2021-04-09 18:57  ytsee  阅读(93)  评论(0)    收藏  举报