GitHub 文件加速
重要提示:
公益服务,请勿滥用。当前页面加速源来自网络收集整合。
使用说明
- 支持GitHub文件、Releases、archive、gist、raw.githubusercontent.com文件下载
- 输入GitHub文件的完整链接,然后点击下载,或者复制。
- 输入的GitHub链接需要带https,不支持项目文件夹的下载
页面合法输入示例
- 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