创建一个分发文件,以便在 github 上使用 wget 下载 - 不需要 git

发布于 2024-12-07 23:36:47 字数 534 浏览 3 评论 0原文

我希望用户能够发出类似的问题:

wget https://nodeload.github.com/opensas/play-demo/zipball/master/opensas-play-demo-bb3a405.zip

无需克隆整个repo,也不是浏览 github 来手动下载它

,显然,github 在访问时会发出某种重定向:

https://nodeload.github.com/opensas/play-demo/zipball/master

它只是下载一些二进制文件......

有没有一些简单的方法来实现它???

I'd like users to be able to issue something like:

wget https://nodeload.github.com/opensas/play-demo/zipball/master/opensas-play-demo-bb3a405.zip

without having to clone the whole repo, nor browsing to github to manually download it

apparently, github issues some kind of redirect when accessing:

https://nodeload.github.com/opensas/play-demo/zipball/master

and it just downloads some binary file instead...

is there some easy way to achieve it???

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半透明的墙 2024-12-14 23:36:47

我刚刚找到了 asnwer,

我制作了一个分发 zip 文件,

并使用“添加新下载”选项上传了它

,现在我有以下 url 来获取它:

https://github.com/downloads/opensas/play-demo/play-demo-at-jugar-2011_09_29.zip

I've just found the asnwer

I made a distribution zip file

Uploaded it with "add new download" option

and now I have the following url to get it:

https://github.com/downloads/opensas/play-demo/play-demo-at-jugar-2011_09_29.zip

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文