GitHub 克隆太慢的解决方法

2,523次阅读
没有评论

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

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

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

git clone https://github.com.cnpmjs.org/lxk0301/jd_scripts.git
正文完
 0
评论(没有评论)