1

ステージングとプロダクションの 2 つのリモートを持つ heroku アプリがあります。これまでのところ、これで問題はありませんでした。

今日、本番アプリへのプッシュに成功しましたが、ステージング アプリをプッシュ/フェッチしようとすると、次のエラーが発生します。

 !  Heroku Git error, please try again shortly.
 !  See http://status.heroku.com for current Heroku platform status.
 !  If the problem persists, please contact http://support.heroku.com.

fatal: The remote end hung up unexpectedly

ステージング アプリは正常に動作しています。リクエストに応えてくれるし、うまくやれるheroku run console --remote=staging

試しgit push -f staging masterてみましたが、同じエラーが発生しました。すべての heroku アプリが実行されていますが、何らかの理由でこのステージング アプリにプッシュできません。

これが私が実行したときに得られるものですheroku run rake about --remote=staging

About your application's environment
Ruby version              1.9.2 (x86_64-linux)
RubyGems version          1.3.7
Rack version              1.4
Rails version             3.2.8
Active Record version     3.2.8
Action Pack version       3.2.8
Active Resource version   3.2.8
Action Mailer version     3.2.8
Active Support version    3.2.8
Middleware                Rack::Cache, ActionDispatch::Static, Rack::Lock, Rack::Auth::Basic, #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x00000003adf3b0>, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::DebugExceptions, ActionDispatch::RemoteIp, ActionDispatch::Callbacks, ActiveRecord::ConnectionAdapters::ConnectionManagement, ActiveRecord::QueryCache, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, ActionDispatch::ParamsParser, ActionDispatch::Head, Rack::ConditionalGet, Rack::ETag, ActionDispatch::BestStandardsSupport, Warden::Manager
Application root          /app
Environment               staging
Database schema version   20120922013103
4

0 に答える 0