Created
August 29, 2011 02:23
-
-
Save JulioGMedina/1177634 to your computer and use it in GitHub Desktop.
Shell Error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| julio@ubuntu:~/rails/sandboxcart $ git push heroku master | |
| Counting objects: 502, done. | |
| Delta compression using up to 2 threads. | |
| Compressing objects: 100% (475/475), done. | |
| Writing objects: 100% (502/502), 2.63 MiB | 458 KiB/s, done. | |
| Total 502 (delta 44), reused 0 (delta 0) | |
| -----> Heroku receiving push | |
| -----> Ruby/Rails app detected | |
| -----> Detected Rails is not set to serve static_assets | |
| Installing rails3_serve_static_assets... done | |
| -----> Configure Rails 3 to disable x-sendfile | |
| Installing rails3_disable_x_sendfile... done | |
| -----> Configure Rails to log to stdout | |
| Installing rails_log_stdout... done | |
| -----> Gemfile detected, running Bundler version 1.0.7 | |
| Unresolved dependencies detected; Installing... | |
| Using --without development:test | |
| Fetching source index for http://rubygems.org/ | |
| Fetching [email protected]:jsqu99/spree_flexi_variants.git | |
| Failed to add the host to the list of known hosts (/home/group_home/.ssh/known_hosts). | |
| Permission denied (publickey). | |
| fatal: The remote end hung up unexpectedly | |
| An error has occurred in git when running `git clone "[email protected]:jsqu99/spree_flexi_variants.git" "/disk1/tmp/build_1s7xejrz2f9xk/.bundle/gems/ruby/1.9.1/cache/bundler/git/spree_flexi_variants-fc5500c20fdd64421924c0c5673538c7c6822540" --bare --no-hardlinks`. Cannot complete bundling. | |
| FAILED: http://devcenter.heroku.com/articles/bundler | |
| ! Heroku push rejected, failed to install gems via Bundler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment