Github代理加速

1
2
3
4
5
6
7
8
## 开启代理
git config --global http.proxy 'socks5://127.0.0.1:7891'
git config --global https.proxy 'socks5://127.0.0.1:7891'

## 关闭代理
git config --global --unset http.proxy
git config --global --unset https.proxy

同时需要在你的代理软件中开启全局模式:

image-20200605180018041

注意,socks5的端口号根据代理软件设置的端口号来开(我的是7891)


Github代理加速
http://yoursite.com/2020/06/05/编程开发/Github代理加速/
作者
Wei Lyu
发布于
2020年6月5日
许可协议