新老用户进群领券,100% 有券等你来冲!新老用户进群领券,100% 有券等你来冲! 体验按量付费开发机!立即领券
Skip to content
回到全部文章

第三方学术加速服务指南

免责声明

本指南仅列出第三方提供的学术加速服务,用于在中国大陆加速访问 GitHub。我们不提供这些服务,也不对其可靠性负责。此列表并非详尽无遗。

sciproxy.com

  1. 复制原始 clone 地址。
  2. 在地址前添加https://sciproxy.com/

例如:

  • 原地址:https://github.com/redis/redis
  • 代理地址:https://sciproxy.com/https://github.com/redis/redis

使用代理地址进行 git clone 操作:

git clone https://sciproxy.com/https://github.com/redis/redis

gh-proxy.com

gh-proxy.com 仅用于 GitHub 加速。支持 git clone、wget、curl 等操作。

  1. 复制原始地址。

  2. 在地址前添加 https://gh-proxy.com/

    NOTE

    不支持 SSH Key 方式 git clone 下载。

git clone 使用示例:

shell
# git clone
git clone https://gh-proxy.com/https://github.com/stilleshan/ServerStatus

GitHub 文件下载支持 raw.githubusercontent.com、gist.github.com、gist.githubusercontent.com,示例如下(wget/curl):

shell
# wget
wget https://gh-proxy.com/https://github.com/stilleshan/ServerStatus/archive/master.zip
wget https://gh-proxy.com/https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile

# curl
curl -O https://gh-proxy.com/https://github.com/stilleshan/ServerStatus/archive/master.zip
curl -O https://gh-proxy.com/https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile

其他参考资源