首页 > 技术文章 > Github.com的镜像站

merrynuts 原文

大陆往往欲访问github.com而不可得,但其实可以用镜像站访问,国内可以直接访问的镜像有下面这些:

1:github.com.cnpmjs.org,用法:直接用 "github.com.cnpmjs.org" 代替 "github.com" 即可。例如:

git clone https://github.com/xxxxx/xxxxxxx.git
git clone https://github.com.cnpmjs.org/xxxxx/xxxxxxx.git

 2:https://gitclone.com/,此镜像是直接搜索相关仓库,然后克隆。例如:欲克隆git clone https://github.com/tomasr/molokai,则按如下方法:

欲克隆:
git clone https://github.com/tomasr/molokai
则:
git clone https://gitclone.com/github.com/tomasr/molokai

3:另外,也可以直接通过gitee.com中的镜像下载相关仓库资料,如下:https://gitee.com/mirror-github/

推荐阅读