Brains - 灵感乌托邦

『转载』『代码』Github国内加速克隆及下载

前言

由于某些原因,国内访问Github会异常缓慢,在clone仓库时甚至只有10k以下的速度,下载半天有时还会失败需要从头再来,甚是让人恼火。

Github国内加速克隆及下载

fastgit.org
https://doc.fastgit.org/

gitclone.com
https://gitclone.com/

gitee
https://gitee.com/mirrors

cnpmjs.org
https://github.com.cnpmjs.org/

克隆加速

#原地址 git clone https://github.com/HaoOuBa/Joe.git 

#改为 git clone https://github.com.cnpmjs.org/HaoOuBa/Joe.git 

#或者 git clone https://hub.fastgit.org/HaoOuBa/Joe.git 

#或者 git clone https://gitclone.com/github.com/HaoOuBa/Joe.git

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »