airuler

由于自己碰到git clone速度慢的问题,查询后发现有一个很好用的方法
首先获得你git clone的原格式,例如:

git clone https://github.com/graykode/nlp-tutorial

那么我们仅需把github.com换成github.com.cnpmjs.org,例如:

git clone https://github.com.cnpmjs.org/graykode/nlp-tutorial

即可发现clone速度直线上升!

分类:

技术点:

相关文章: