源码归档 Archive

# 分支
curl -LO "https://gh-proxy.cn/github/https://github.com/torvalds/linux/archive/refs/heads/master.tar.gz"

# 标签
curl -LO "https://gh-proxy.cn/github/https://github.com/vuejs/core/archive/refs/tags/v3.5.0.zip"

归档请求上游会返回 302 跳转到 codeload.github.com
代理会重新校验跳转目标是否在白名单内,通过后继续流式转发。

最后更新:2026-09-20 21:53:37