1

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

关于这个“Ruby/disabledeploys 应用程序”的任何想法?我已经尝试用谷歌搜索它但没有运气..

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'
4

1 回答 1

3

您可以查看 heroku 状态页面以获取更多信息,该页面位于:http: //status.heroku.com

此处详细介绍了此特定事件: https ://status.heroku.com/incidents/489

Heroku 禁用部署是因为 ruby​​gems.org 已被入侵。您可以在这里获得更多信息:http: //news.ycombinator.com/item?id= 5139583

(在 ruby​​gems.org 域上直接有一个状态/新闻页面,但它现在返回 404。)

于 2013-01-30T19:17:51.483 回答