生成加速链接
粘贴任意受支持的 GitHub 地址,自动识别类型并生成直连下载链接
示例类型:
RELEASE
已识别链接类型
粘贴任意受支持的 GitHub 地址,自动识别类型并生成直连下载链接
Worker 在边缘完成规则校验与回源,文件以流式方式直接透传,不落盘、不缓存你的数据
从单个文件到 Release 资产,从 git clone 到 REST API,一个地址全部搞定
archive 源码 zip / tar.gzapi.github.comAuthorization 私有仓库鉴权/api/release/:owner/:repo 一键取全部资产/api/parse 链接解析接口git clone / fetch / push 代理浏览器、命令行、Git、API、CI 流水线均可直接使用
# 在任意 GitHub 链接前加上本站地址
https://github-proxy.memory-echoes.cn/https://github.com/owner/repo/releases/download/v1.0/app.zip
# 或使用 ?q= 参数(适合做浏览器书签)
https://github-proxy.memory-echoes.cn/?q=github.com/owner/repo/archive/main.zip
# curl 下载 Release 资产
curl -L -O "https://github-proxy.memory-echoes.cn/https://github.com/owner/repo/releases/latest/download/app.zip"
# wget 拉取 raw 文件
wget "https://github-proxy.memory-echoes.cn/https://raw.githubusercontent.com/owner/repo/main/README.md"
# aria2 多线程加速
aria2c -x 8 -s 8 "https://github-proxy.memory-echoes.cn/<github-url>"
# 直接克隆
git clone https://github-proxy.memory-echoes.cn/https://github.com/owner/repo.git
# 全局替换(之后所有 github.com 请求自动走加速)
git config --global url."https://github-proxy.memory-echoes.cn/https://github.com/".insteadOf "https://github.com/"
# 撤销全局替换
git config --global --unset url."https://github-proxy.memory-echoes.cn/https://github.com/".insteadOf
# 代理任意 REST API 端点
curl "https://github-proxy.memory-echoes.cn/https://api.github.com/repos/owner/repo/releases/latest"
# 携带 Token 访问私有仓库
curl -H "Authorization: Bearer <YOUR_TOKEN>" \
"https://github-proxy.memory-echoes.cn/https://api.github.com/user/repos"
# 内置聚合接口:直接返回全部资产的加速地址
curl "https://github-proxy.memory-echoes.cn/api/release/owner/repo"
# Dockerfile 内下载构建产物
RUN curl -fsSL "https://github-proxy.memory-echoes.cn/https://github.com/owner/repo/releases/latest/download/bin.tar.gz" \
| tar -xz -C /usr/local/bin
# GitHub Actions / 流水线中作为镜像源
env:
GH_MIRROR: https://github-proxy.memory-echoes.cn
GET /<github-url> · 代理并流式下载任意受支持资源GET /?q=<github-url> · 301 跳转到加速地址,适合书签GET /api/health · 服务健康状态与能力清单GET /api/parse?url=… · 解析链接类型并返回加速地址GET /api/release/:owner/:repo[/:tag] · Release 全部资产的加速直链与本站同源的公益图片托管平台,完全免费、无广告、无水印。支持多格式上传与外链直出,适合博主、开发者与创作者。