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