美文网首页
Github.com的镜像站

Github.com的镜像站

作者: 九章9405 | 来源:发表于2021-03-12 11:07 被阅读0次

Github.com的镜像站

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

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

<pre style="overflow: auto; margin-top: 0px; margin-bottom: 0px; overflow-wrap: break-word; font-family: "Courier New" !important; font-size: 12px !important;">git clone https://github.com/xxxxx/xxxxxxx.git
git clone https://github.com.cnpmjs.org/xxxxx/xxxxxxx.git</pre>

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

<pre style="overflow: auto; margin-top: 0px; margin-bottom: 0px; overflow-wrap: break-word; font-family: "Courier New" !important; font-size: 12px !important;">欲克隆:
git clone https://github.com/tomasr/molokai
则:
git clone https://gitclone.com/github.com/tomasr/molokai</pre>

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

相关文章

  • Github.com的镜像站

    Github.com的镜像站[https://www.cnblogs.com/merrynuts/p/137860...

  • Github clone 加速

    使用镜像站/缓存站进行提速:方法:替换 github.com 为 gitclone.com/github.com例...

  • 国内知名开源镜像站

    国内知名开源镜像站 网易开源镜像站:http://mirrors.163.com/阿里云开源镜像站:http://...

  • 0.Linux镜像

    清华大学开源软件镜像站 阿里巴巴开源镜像站

  • 镜像站

    The "Fossies" Software Archive

  • 配置阿里云Maven 镜像

    【阿里云镜像】配置阿里云Maven 镜像 一、参考链接 1️⃣阿里巴巴开源镜像站-OPSX镜像站-阿里云开发者社区...

  • 资源型网站

    镜像站

  • 【阿里云镜像】下载并安装KaOS镜像

    【阿里云镜像】下载安装KaOS镜像 一、参考链接 阿里巴巴开源镜像站-OPSX镜像站-阿里云开发者社区 (aliy...

  • 开源镜像站

    华中科技大学开源镜像站清华大学开源软件镜像站网易开源镜像站阿里云

  • conda 使用技巧锦集

    清华大学开源软件镜像站北京外国语大学开源软件镜像站 备份 添加 清华镜像 一意孤行官方镜像的话: https:/...

网友评论

      本文标题:Github.com的镜像站

      本文链接:https://www.haomeiwen.com/subject/wstzqltx.html