前言
由于某些原因,国内访问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
评论 (1)