首页 > 技术文章 > 彻底-有效-解决-Github下载太慢的问题

weidusec 2020-02-24 20:30 原文

使用了本地代理的的同学只需要写入这么一句话就可以
注意自己的端口号是1080或者别的。
git config --global http.https://github.com.proxy socks5://127.0.0.1:1080

取消如下
git config --global --unset http.proxy

推荐阅读