2014-05-17 122 views
-2

我看到很多关于Stackoverflow的问题有点类似于我的问题,但没有遇到同样的问题,当我尝试推送我的应用到heroku时遇到了同样的问题。git push heroku master的错误

我的Ruby On Rails应用程序是在rails 3.2.17和ruby v。1.9.3上创建的,目前它在本地设置中我想将它推送到heroku服务器..但是我总是收到相同的错误,是我的“混帐Bash提示符”在我的Gemfile源获取

$ git push heroku master 
Initializing repository, done. 
Counting objects: 1708, done. 
Delta compression using up to 4 threads. 
Compressing objects: 100% (1640/1640), done. 
Writing objects: 100% (1708/1708), 47.02 MiB | 150.00 KiB/s, done. 
Total 1708 (delta 207), reused 0 (delta 0) 

-----> Ruby app detected 
-----> Compiling Ruby/Rails 
-----> Using Ruby version: ruby-1.9.3 
-----> Warning: 
     Removing `Gemfile.lock` because it was generated on Windows 
     Bundler will do a full resolve so native gems are handled p 
     This may result in unexpected gem versions being used in yo 
     In rare occasions Bundler may not be able to resolve your d 
all. 
     https://devcenter.heroku.com/articles/bundler-windows-gemfi 
-----> Installing dependencies using 1.5.2 
     Running: bundle install --without development:test --path v 
-binstubs vendor/bundle/bin -j4 
     Fetching git://github.com/gregbell/active_admin.git 
     Fetching source index from http://ruby.taobao.org/ 
     Resolving dependencies..................................... 
     Network error while fetching 
     http://rubygems-china.oss.aliyuncs.com/quick/Marshal.4.8/tr 
emspec.rz 
     Bundler Output: Fetching git://github.com/gregbell/active_a 
     Fetching source index from http://ruby.taobao.org/ 
     Resolving dependencies..................................... 
     Network error while fetching 
     http://rubygems-china.oss.aliyuncs.com/quick/Marshal.4.8/tr 
emspec.rz 
! 
!  Failed to install gems via Bundler. 
! 

!  Push rejected, failed to compile Ruby app 

To [email protected]:myapp.git 
! [remote rejected] master -> master (pre-receive hook declined) 
error: failed to push some refs to '[email protected]:myapp.git' 

回答