使用github的镜像网站进行访问
加速原因:github镜像网站上继承了当前大多数git clone过的项目,当我们再次clone可快速进行下载。
方法:
将github.com 换为github.com.cnpmjs.org
例如:
git clone https://github.com/xxx/xxx.git
git clone https://github.com.cnpmjs.org/xxx/xxx.git
获取地址方法如下:
设置github代理
git config --global --unset https.https://github.com.proxy
git config --global --unset http.https://github.com.proxy