Github.com的镜像站


大陆往往欲访问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/


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM