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 clonehttps://gh.llkk.cc/ https://github.com/microsoft/vscode - wget:
wgethttps://gh.llkk.cc/ https://github.com/microsoft/vscode/archive/refs/tags/1.82.3.zip - curl:
curl -Ohttps://gh.llkk.cc/ https://github.com/microsoft/vscode/archive/refs/tags/1.82.3.zip