Heroku推送拒绝,无法编译Ruby / disabledeploys应用程序

时间:2013-01-30 19:13:53

标签: ruby-on-rails ruby git heroku master

我被邀请作为Heroku中部署的Rails应用程序的合作者。我克隆了应用程序,做了一些更改,然后致力于git并尝试推送到Heroku,但我收到了错误消息。

关于这个“Ruby / disabledeploys app”的任何想法?我已经尝试谷歌,但没有运气..

我在git push heroku master命令后得到的完整信息:

-----> Ruby/DisableDeploys app detected
!
!     Ruby deploys have been temporarily disabled. We will have more information 
available shortly, including a workaround.
!
!     Heroku push rejected, failed to compile Ruby/disabledeploys app

To git@heroku.com:salty-temple-5503.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:salty-temple-5503.git'

1 个答案:

答案 0 :(得分:3)

您可以查看heroku状态页面以获取更多信息,其中包括: http://status.heroku.com

此特定事件详述如下: https://status.heroku.com/incidents/489

Heroku禁用部署因为rubygems.org已被盗用。您可以在此处获得更多信息: http://news.ycombinator.com/item?id=5139583

(rubygems.org域名上有一个状态/新闻页面,但它现在返回404.)