GitHub 加速服务

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

代理前缀:

🔗 生成加速链接

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

📚 详细使用指南

✅ 支持的工具

  • github.com
  • raw.githubusercontent.com
  • gist.githubusercontent.com
  • HTTPS Git Clone
  • SSH Git Clone(不支持)

💡 基础用法示例

Git 克隆(公开仓库)

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

Git 克隆(私有仓库)

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

文件下载(wget)

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

版本发布下载(curl)

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

📁 支持的文件类型

📄 原始文件

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

📦 分支源码

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

🚀 版本发布

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

📝 Gist 文件

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

🔗 HTTPS Git Clone

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