git clone速度超慢的解决办法

539 阅读1分钟

解决方案:使用GitHub的镜像网站访问。
git clone https://github.com/仓库名 换成 git clone https://github.com.cnpmjs.org/仓库名即可。