git clone 加速
你是否经常为github上项目20kb每秒的下载速度捉急?

这里讲一下有天梯的解决方法。
- 首先SS设置成全局模式

- 接着找到SS设置,找到HTTP,mac如下图。

- 设置http代理(记得换成你的ip和端口)
git config --global http.proxy http://127.0.0.1:1087
设置之后,再去git clone吧,速度飞起!

- 取消http代理
git config --global --unset http.proxy
我的博客:http://winjourn.cn/