加速下载工作原理API文档帮助Z 图床状态 联系邮箱
Z 图床公益服务 · v6.0.0

访 GitHub 

Release 资产、Raw 文件、源码压缩包、Gist、Git 克隆与 GitHub REST API 全支持。
基于 Cloudflare 全球边缘网络,无需登录、无广告、不限速。

正在加速

300+
CDN 节点
0 ¥
永久免费
HTTP/3
传输协议
< 1s
链接生成
公益服务运行中| Z 图床提供完全免费、无广告、无水印的图片托管,欢迎前往 z.memory-echoes.cn 体验。 协议与帮助请见 帮助中心 / 协议中心

生成加速链接

粘贴任意受支持的 GitHub 地址,自动识别类型并生成直连下载链接

示例类型:
RELEASE 已识别链接类型
下载

请求如何被加速

Worker 在边缘完成规则校验与回源,文件以流式方式直接透传,不落盘、不缓存你的数据

你的请求
Browser
边缘节点
Cloudflare
规则校验
白名单
GitHub 源
回源拉取
流式回传
直达本地
等待进入视图…

覆盖 GitHub 全部常用资源

从单个文件到 Release 资产,从 git clone 到 REST API,一个地址全部搞定

文件下载
  • Release Assets 二进制资产
  • Raw / Blob 单文件直链
  • archive 源码 zip / tar.gz
  • Gist 代码片段
  • codeload 与资产存储域直通
GitHub API 代理
  • 完整代理 api.github.com
  • 透传 Authorization 私有仓库鉴权
  • /api/release/:owner/:repo 一键取全部资产
  • /api/parse 链接解析接口
  • JSON 响应默认开放 CORS
命令行与 Git
  • git clone / fetch / push 代理
  • curl · wget · aria2 直接可用
  • Docker 构建、CI 流水线内可用
  • 支持断点续传(Range 请求)
  • HEAD 请求预检文件体积
安全与隐私
  • 仅允许 GitHub 官方域名回源
  • 全链路 HTTPS,剥离危险响应头
  • 不记录日志、不缓存文件内容
  • 重定向深度限制,防止循环回源
  • 开源实现,可自行部署审计

复制即用的调用示例

浏览器、命令行、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 全部资产的加速直链

Z 图床 · 公益免费图片托管

与本站同源的公益图片托管平台,完全免费、无广告、无水印。支持多格式上传与外链直出,适合博主、开发者与创作者。

立即体验 帮助中心
完全免费
无广告
无水印
永久存储