git clone速度超慢的解决办法 KenChow 2021-03-23 539 阅读1分钟 解决方案:使用GitHub的镜像网站访问。 将git clone https://github.com/仓库名 换成 git clone https://github.com.cnpmjs.org/仓库名即可。