Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在查看一个 GitHub 版本,其中包含我要下载的 200 多个 .tgz 文件。有没有办法在一行/脚本中批量下载它们,而不是单独下载它们?
因为它并不完全托管在 GitHub 存储库上,所以我也无法克隆主存储库。我应该如何有效地解决这个问题?
您可以使用 GitHub API 获取版本列表并按标签名称下载每个版本。
参考: