在 GitHub 上托管可执行文件?
我想将可执行文件与我的源代码一起分发。我的源代码全部整齐地托管在 GitHub 上。是否可以将可执行文件和安装程序添加到我的 GitHub 项目页面,而不将它们添加到我的 git 存储库?
请注意,由于某种原因 GitHub 停止了此功能。请参阅下面贾斯汀·迪林的回答。
I want to distribute executables along with my source. My source is all hosted tidily on GitHub. Is it possible to add executables and installers to my GitHub project page without adding them to my git repository?
Note, for some reason GitHub discontinued this feature. See Answer by Justin Dearing below.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您无法在 github 上托管可执行文件。您现在可以使用 < a href="https://github.com/blog/1547-release-your-software" rel="noreferrer">发布。
You cannot host executables on github.You can now use releases.
您可以使用 GitHub 的 版本 来实现此目的。
You can use GitHub's Releases for that.