美文网首页
git clone 慢的解决办法

git clone 慢的解决办法

作者: dashingqi | 来源:发表于2021-03-17 19:50 被阅读0次
Android_Banner.jpg

有时候使用github git clone的时候特别慢,看网上的一堆教程,都是改hosts文件,指定ip的,但是没有什么用,直到有一天打开了新世界的大门

使用github的镜像网站进行访问,github.com.cnpmjs.org,我们将原本的网站中的github.com 进行替换。例如上例子中替换为

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

相关文章

网友评论

      本文标题:git clone 慢的解决办法

      本文链接:https://www.haomeiwen.com/subject/zomscltx.html