Release 与下载文件
Release Asset 的地址形如:
https://github.com/<owner>/<repo>/releases/download/<tag>/<asset>
加速后:
wget "https://gh-proxy.cn/github/https://github.com/cli/cli/releases/download/v2.62.0/gh_2.62.0_linux_amd64.tar.gz"
下载工具推荐参数:
| 工具 | 命令 |
|---|---|
| curl | curl -L -o out.bin "<加速地址>" |
| wget | wget -c "<加速地址>" |
| aria2 | aria2c -x16 -s16 "<加速地址>" |
| IDM | 直接粘贴加速地址 |
Release 资源是公开的,不需要也不应该携带 GitHub Token。