GitHub 克隆太慢的解决方法

在克隆GitHub上的代码的时候,直接克隆会很慢

1
git clone https://github.com/lxk0301/jd_scripts.git

只需要在com后面加.cnpmjs.org

1
git clone https://github.com.cnpmjs.org/lxk0301/jd_scripts.git

GitHub 克隆太慢的解决方法
https://239239xyz.github.io/2021/02/05/39/
作者
DaoKe
发布于
2021年2月6日
许可协议