由于经常下载克隆GitHub上的包来学习,但是速度实在是太慢。于是查询到下面简单实用的方法
参考:https://www.cnblogs.com/airuler/p/13955474.html
可以看到下载速度才几K
git clone https://github.com/CcphAmy/NetEaseCloudMusic-nonmembership-list-download.git
我们仅需把上面的github.com换成github.com.cnpmjs.org,如下:
git clone https://github.com.cnpmjs.org/CcphAmy/NetEaseCloudMusic-nonmembership-list-download.git
加速后的下载速度瞬间翻了几倍
原文:https://www.cnblogs.com/huny/p/14165956.html