GitHub加速服务

高速稳定的 GitHub 资源访问解决方案

文件大小限制
最大支持文件尺寸
...
白名单状态
访问控制列表
...
黑名单状态
屏蔽列表状态
...

📚 详细使用指南

支持的工具

  • ✅ 支持域名:github.com
  • ✅ 支持域名:raw.githubusercontent.com
  • ✅ 支持域名:gist.githubusercontent.com
  • ✅ 支持HTTPS Git Clone
  • ❌ 不支持 SSH Git Clone

基础用法示例

Git 克隆

git clone https://example.com/https://github.com/user/project.git

私有仓库克隆

git clone https://user:your_token@example.com/https://github.com/user/project.git

文件下载

wget https://example.com/https://raw.githubusercontent.com/user/project/main/README.md

版本发布

curl -LO https://example.com/https://github.com/user/project/releases/download/v1.0.0/project_1.0.0.amd64.tar.gz

支持的文件类型

原始文件

https://raw.githubusercontent.com/user/repo/main/file.txt

分支源码

https://github.com/user/repo/archive/main.zip

版本发布

https://github.com/user/repo/releases/download/v1.0.0/app.zip

Gist 文件

https://gist.githubusercontent.com/user/gist_id/raw/file.txt

HTTPS Git Clone

git clone https://github.com/user/repo.git