解决git clone一个github上的仓库太慢的问题
作者:互联网
假设我们需要访问一个github的repo:https://github.com/graykode/nlp
并且clone其的项目: https://github.com/graykode/nlp
我们可以看到clone的速度为20kb/s,这个速度真的不能忍
使用github的镜像网站进行访问,github.com.cnpmjs.org,我们将原本的网站中的github.com 进行替换。例如上例子中替换为
https://github.com.cnpmjs.org/graykode/nlp-tutorial
对于clone也是一样,我们将原本的网站中的http://github.com 进行替换为github.com.cnpmjs.org。
例如上例子中替换为 https://github.com.cnpmjs.org/g
速度提高了10倍多。
标签:git,clone,cnpmjs,github,https,org,com 来源: https://www.cnblogs.com/inos/p/14805704.html