解决git clone 速度慢的问题

解决git clone 速度慢的问题

方法

在clone某个项目的时候将github.com替换为github.com.cnpmjs.org即可。

示例

//这是我们要clone的
git clone https://github.com/kangvcar/InfoSpider.git
 
//使用镜像
git clone https://github.com.cnpmjs.org/kangvcar/InfoSpider.git

Copyright: 采用 知识共享署名4.0 国际许可协议进行许可

Links: https://alone95.cn/archives/解决gitclone速度慢的问题