-
-
Github文件加速
-为访问Github文件进行加速
- - -GitHub 链接带不带协议头均可,支持 release、archive 以及文件,转换后链接均可使用。
+
+
+
+
+
+
+
GitHub 文件加速服务
+高速稳定的 GitHub 资源访问解决方案
+
+
+
+
+
+
-
+
+
+
+
+
-
-
-
-
+
+
+ 文件大小限制
-...
+
+
+
+
-
+
+
+ ...
文件大小限制
+ 最大支持文件尺寸
-
-
-
+ 白名单状态
-...
+
+
+
-
+
+
+ ...
白名单状态
+ 访问控制列表
-
-
-
+
+
+
-
+ 黑名单状态
-...
+
+
+
+
+
+
+
+
+ ...
+ 黑名单状态
+ 屏蔽列表状态 +
+
+
+
📚 详细使用指南
+ +
+
+
+ 支持的工具
+-
+
- ✅ 终端工具:Git / Wget / Curl +
- ✅ 支持域名:github.com +
- ✅ 支持域名:raw.githubusercontent.com +
- ✅ 支持域名:gist.githubusercontent.com +
- ❌ 不支持 SSH 协议克隆 +
+
+
+ 基础用法示例
+ +
+
+
+ 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
-
+
+
+
-
-
-
+
\ No newline at end of file