cURL

# 跟随重定向并显示进度
curl -L -O -# "https://gh-proxy.cn/github/https://github.com/cli/cli/releases/latest/download/gh_linux_amd64.tar.gz"

# 只取响应头
curl -I "https://gh-proxy.cn/github/https://raw.githubusercontent.com/golang/go/master/README.md"

# 断点续传
curl -L -C - -o out.tar.gz "https://gh-proxy.cn/github/https://github.com/..."
最后更新:2026-09-20 21:53:37