解决:git clone 下载慢
1. 通常情况下
git clone https://github.com/需要下载的项目地址
- 遇见项目只有100k左右的文件大小,速度还可以,
- 遇见大的项目10M 已上就会出现下载20k~10k的下载,很心烦。
2. 改进方法
https://github.com/ – 》https://github.com.cnpmjs.org/
git clone https://github.com.cnpmjs.org/需要下载的项目地址
下载速度很快!!!