Heroku Rails 应用程序 v 1.2.6 推送失败:无法识别的错误

发布于 2024-12-02 17:01:48 字数 622 浏览 0 评论 0原文

当尝试将 Rails 应用程序 v.1.2.6 推送到 Heroku 时,我收到此错误:

 !     Heroku push rejected due to an unrecognized error.
 !     We've been notified, see http://support.heroku.com if the problem persist
s.


To [email protected]:myproject.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to '[email protected]:myproject.git'

I get this error when trying to push a Rails app v. 1.2.6 to Heroku:

 !     Heroku push rejected due to an unrecognized error.
 !     We've been notified, see http://support.heroku.com if the problem persist
s.


To [email protected]:myproject.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to '[email protected]:myproject.git'

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

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

发布评论

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

评论(2

情绪 2024-12-09 17:01:48

Heroku 不支持 2.0 以下的 Rails。这可能会很痛苦,但如果您想继续使用 Heroku,则必须至少升级到 Rails 2.3.5。

http://devcenter.heroku.com/articles/rails

Heroku doesn't support Rails below 2.0. It might be painful but if you want to stay with Heroku you'd have to upgrade to at least Rails 2.3.5.

http://devcenter.heroku.com/articles/rails

凉城 2024-12-09 17:01:48

看来这是你的 gemfile。如果您使用的是 sqlite3,请将行 gem sqlite3 更改为 gem pg

http://devcenter.heroku.com/articles/rails3

It seems it's your gemfile. If your are using sqlite3, change the line gem sqlite3 to gem pg.

http://devcenter.heroku.com/articles/rails3

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