美文网首页
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的镜像站

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