Git 速度提升
0 Comments0. 设置前,git clone 慢至 25kb/s 无法忍受
1. 搭建ss或其他科学上网通道,并开启本地监听

2. 按对应端口号设置
1 | git config --global http.https://github.com.proxy socks5://127.0.0.1:1086 |
3. 查看config
1 | git config --global -e |
1 | git config --global http.https://github.com.proxy socks5://127.0.0.1:1086 |
1 | git config --global -e |