GitHub 文件加速
页面输入示例:
- 支持GitHub 文件、Releases、archive、gist、raw.githubusercontent.com文件下载
- 分支源码:
https://github.com/microsoft/vscode/archive/refs/heads/main.zip
- Raw 文件:
https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt
- Releases 文件:
https://github.com/microsoft/vscode/archive/refs/tags/1.82.3.zip
终端命令示例:
- 支持git clone、wget、curl等工具下载
- git clone:
git clone
https://gh.llkk.cc/https://github.com/microsoft/vscode
- wget:
wget
https://gh.llkk.cc/https://github.com/microsoft/vscode/archive/refs/tags/1.82.3.zip
- curl:
curl -O
https://gh.llkk.cc/https://github.com/microsoft/vscode/archive/refs/tags/1.82.3.zip