支持 git clone、Release 下载、Raw 文件、Archive 归档,全部通过代理加速。
输入 GitHub 仓库地址或 Release 下载链接,自动生成代理 URL
等待生成...
将原始地址附加到代理域名后面即可,支持以下场景
克隆仓库时自动通过代理加速
# 通过代理克隆仓库
git clone https://cloudflare-proxy-6rw.pages.dev/https://github.com/user/repo.git
# 设置全局代理(一劳永逸)
git config --global url."https://cloudflare-proxy-6rw.pages.dev/https://github.com/".insteadOf "https://github.com/"
加速下载 GitHub Release 附件
# wget 下载
wget https://cloudflare-proxy-6rw.pages.dev/https://github.com/user/repo/releases/download/v1.0/binary.tar.gz
# curl 下载
curl -LO https://cloudflare-proxy-6rw.pages.dev/https://github.com/user/repo/releases/download/v1.0/binary.tar.gz
直链 Raw 内容和源码压缩包
# Raw 文件
原始: https://raw.githubusercontent.com/user/repo/main/script.sh
代理: https://cloudflare-proxy-6rw.pages.dev/https://raw.githubusercontent.com/user/repo/main/script.sh
# 源码 Archive
原始: https://github.com/user/repo/archive/main.zip
代理: https://cloudflare-proxy-6rw.pages.dev/https://github.com/user/repo/archive/main.zip
Cloudflare Worker 在全球边缘节点帮你转发请求
请求经过 Cloudflare 全球节点时路由到最近的数据中心,
由其与 GitHub 源站建立高速连接回传数据,有效绕过网络限制。