使用 Heroku 作为主要 Git 存储库
使用 Heroku 作为主要 Git 存储库(作为 Github 的替代品)有什么缺点吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
使用 Heroku 作为主要 Git 存储库(作为 Github 的替代品)有什么缺点吗?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
Heroku 并不是 GitHub 的替代品(当然也不具备所有社交功能、拉取请求、分叉队列、提交评论和评论...)。
另外,我不认为它支持智能http(当你推动企业防火墙)。
而且它不支持子模块 (GitHub 可以)
但它适用于管理和部署 Web 应用程序,并且具有 高级监控功能。如果是您的情况,那么 Heroku 是正确的选择。
Heroku isn't a replacement for GitHub (and certainly don't have all the social feature, pull request, fork queues, reviews and comments on commits...).
Plus I don't think it supports smart http (which is important when you are pushing behind an enterprise firewall).
And it doesn't support submodules (GitHub does)
But it is adapted for managing and deploying web application, and has advanced monitoring feature. If it is your case, then Heroku is the right choice.