Wget

# 单文件
wget "https://gh-proxy.cn/github/https://github.com/git/git/archive/refs/heads/master.tar.gz"

# 断点续传
wget -c "https://gh-proxy.cn/github/https://github.com/cli/cli/releases/download/v2.62.0/gh_2.62.0_linux_amd64.tar.gz"

# 限速 5MB/s
wget --limit-rate=5m "https://gh-proxy.cn/github/https://github.com/..."
最后更新:2026-09-20 21:53:37