Ruby on rails 3 Heroku应用程序正在运行,但赢得了';I don’我不允许推动其他更改

Ruby on rails 3 Heroku应用程序正在运行,但赢得了';I don’我不允许推动其他更改,ruby-on-rails-3,git,heroku,Ruby On Rails 3,Git,Heroku,我有一个heroku应用程序,有两个遥控器:暂存和生产。到目前为止,我对此没有任何问题 今天,我已成功推送到我的生产应用程序,但在尝试推送/获取我的临时应用程序时出现以下错误 ! Heroku Git error, please try again shortly. ! See http://status.heroku.com for current Heroku platform status. ! If the problem persists, please contact h

我有一个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
关于应用程序的环境
Ruby版本1.9.2(x86_64-linux)
RubyGems版本1.3.7
机架版本1.4
Rails版本3.2.8
活动记录版本3.2.8
操作包版本3.2.8
活动资源版本3.2.8
Action Mailer版本3.2.8
主动支持版本3.2.8
中间件Rack::Cache,ActionDispatch::Static,Rack::Lock,Rack::Auth::Basic,#,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::ParamSpaser,ActionDispatch::Head,Rack::ConditionalGet,Rack::ETag,ActionDispatch::BestStandardsSupport,Warden::Manager
应用程序根/应用程序
环境分期
数据库架构版本20120922013103

对我来说也是一样,但已经这样24小时了。奇怪,因为我可以推到另一个应用程序…我刚收到Heroku的消息。我能够推动一些回购协议,而不是其他协议。他们声称回购协议在他们这边被破坏了。重新设置缓存,现在它又开始工作了。。。但我不得不等6天,这绝对不酷。