使用 ghproxy 加速
加速方法:
在链接前面添加:https://mirror.ghproxy.com/,如:
https://mirror.ghproxy.com/https://github.com/user/repo/releases/download/version/file
限制:ghproxy 域名可能会被墙,导致需要更换域名
使用 jsdelivr 加速
官网:https://github.com/jsdelivr/jsdelivr?tab=readme-ov-file#github
加速方法:
使用 https://cdn.jsdelivr.net/gh 替换 https://github.com 域名,如:
https://cdn.jsdelivr.net/gh/user/repo@version/file
@version
可以是 tag 或 commit,省略也可以,如:
https://cdn.jsdelivr.net/gh/user/repo/file
限制:只支持 git 仓库文件,不支持 release 发布的文件