Loading... ###提升git clone速度 > 原因:git clone的龟速和易中断且无法续传 > 前提:需要有自己的梯子 > ###用 git 内置代理走梯子的端口 ``` git config --global http.proxy socks5://127.0.0.1:1080 git config --global https.proxy socks5://127.0.0.1:1080 ``` 同时修改hosts文件(``C:\Windows\System32\drivers\etc\hosts``): ``` 151.101.72.249 http://global-ssl.fastly.Net 192.30.253.112 http://github.com ``` 前后clone速度如图(虽然是下载不同的文件): ![1.png][1] ![2.png][2] [1]: https://fuju.life/usr/uploads/2019/08/3498680059.png [2]: https://fuju.life/usr/uploads/2019/08/1469416632.png Last modification:October 21, 2020 © Allow specification reprint Like