赞
踩
通常用git下载都会在几k至十几k,非常慢且容易超时。
可以通过代理下载的方式加速。
主要方式就是将git clone https://github.com/xxx.git
改为git clone https://github.com.cnpmjs.org/xxx.git
这样速度就会有很大提升!
加速前:
加速后:
方法二:
sudo vim /etc/hosts
然后添加:
ping github.global.ssl.fastly.net
ping github.com
最后
sudo /etc/init.d/networking restart
然后就可以加速下载了
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。