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

时间:2022-12-19 20:39:30

I was invited as a collaborator to a Rails app deployed in Heroku. I cloned the app, made a few changes and then committed to git and tried to push to Heroku but I am getting that error message.

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

Any ideas about this "Ruby/disabledeploys app"? I already tried to google about it but had no luck..

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

The full message I get after the git push heroku master command:

我在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 个解决方案

#1


3  

You can check the heroku status page for more info, which is here: http://status.heroku.com

您可以查看heroku状态页面以获取更多信息,请访问:http://status.heroku.com

This particular incident is detailed here: https://status.heroku.com/incidents/489

此特定事件详见:https://status.heroku.com/incidents/489

Heroku disabled deploys because rubygems.org has been compromised. You can get more info on that here: http://news.ycombinator.com/item?id=5139583

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

(There was a status/news page directly on the rubygems.org domain, but it's now returning a 404.)

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

#1


3  

You can check the heroku status page for more info, which is here: http://status.heroku.com

您可以查看heroku状态页面以获取更多信息,请访问:http://status.heroku.com

This particular incident is detailed here: https://status.heroku.com/incidents/489

此特定事件详见:https://status.heroku.com/incidents/489

Heroku disabled deploys because rubygems.org has been compromised. You can get more info on that here: http://news.ycombinator.com/item?id=5139583

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

(There was a status/news page directly on the rubygems.org domain, but it's now returning a 404.)

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