github加速下载

方法很多,记录两个简单有效的

第一种方法:

在github.com后面加 .cnpmjs.org
例如我现在要用git下载gorm项目 https://github.com/babysor/MockingBird.git
想要加速则使用指令 git clone https://github.com.cnpmjs.org/babysor/MockingBird.git

 

第二种方法:直接换域名 hub.fastgit.org

例如 https://github.com/babysor/MockingBird.git
换成 https://hub.fastgit.org/babysor/MockingBird.git


参考链接:https://blog.csdn.net/vipbin520/article/details/116456065

posted @ 2021-10-07 22:30  Rogn  阅读(224)  评论(0编辑  收藏  举报