+ +

GitHub 文件加速

+
+
+ + + +
+
+
加速源:
+
+ +
+ +
+
+
+ 重要提示: + 公益服务,请勿滥用。当前页面加速源来自网络收集整合。 +
+
+ +
+
+

使用说明

+
    +
  1. 支持GitHub文件、Releases、archive、gist、raw.githubusercontent.com文件下载
  2. +
  3. 复制GitHub文件的原始链接,粘贴到上方输入框。可直接点击加速下载,或者复制完整的加速链接
  4. +
  5. 输入的GitHub链接需要带https,不支持项目文件夹的下载
  6. +
+

页面合法输入示例

+
    +
  • Raw 文件:https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt
  • +
  • 分支源码:https://github.com/microsoft/vscode/archive/refs/heads/main.zip
  • +
  • Releases 文件:https://github.com/github/gh-ost/releases/download/v1.1.6/gh-ost
  • +
  • Releases 源码:https://github.com/microsoft/vscode/archive/refs/tags/1.82.3.zip
  • +
+

终端命令行示例

+

git clone

+
+
git clone https://ghproxy.cn/https://github.com/microsoft/vscode.git
+
+

wget

+
+
wget https://ghproxy.cn/https://github.com/microsoft/vscode/archive/refs/tags/1.82.3.zip
+
+

curl

+
+
curl -O https://ghproxy.cn/https://github.com/microsoft/vscode/archive/refs/tags/1.82.3.zip
+
+
+