git clone或者git push太慢的解决方法
分享一个可以增加git clone速度的方法
本文提供我两个常用的GitHub镜像地址:
https://github.com.cnpmjs.org
https://hub.fastgit.org
也就是说上面的镜像就是一个克隆版的 GitHub,你可以访问上面的镜像网站,网站的内容跟 GitHub 是完整同步的镜像,然后在这个网站里面进行下载克隆等操作。
例如:
git clone https://hub.fastgit.org/xxxx/xxx.git
或者
git clone https://github.com.cnpmjs.org/xxxx/xxx.git






