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 をご覧ください。

rubygems.org が侵害されたため、Heroku はデプロイを無効にしました。詳細については、こちらをご覧ください: http://news.ycombinator.com/item?id=5139583

(rubygems.org ドメインに直接ステータス/ニュース ページがありましたが、現在は 404 を返しています。)

于 2013-01-30T19:17:51.483 に答える