songrit / mindapp

generate ror app from mind map
MIT License
17 stars 5 forks source link

Heroku deployment error #5

Closed kul1 closed 9 years ago

kul1 commented 10 years ago

There is error while " Host key verification failed. fatal: The remote end hung up unexpectedly

Retrying git clone 'git@github.com:songrit/mindapp.git' "

The whole logs below

Prateep-Air:mindapp-cms Kul$ git push heroku master Initializing repository, done. Counting objects: 319, done. Delta compression using up to 2 threads. Compressing objects: 100% (289/289), done. Writing objects: 100% (319/319), 1.28 MiB | 116.00 KiB/s, done. Total 319 (delta 36), reused 0 (delta 0)

-----> Ruby app detected -----> Compiling Ruby/Rails -----> Using Ruby version: ruby-2.0.0 -----> Installing dependencies using 1.5.2 New app detected loading default bundler cache Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment Fetching gem metadata from https://rubygems.org/........ Fetching additional metadata from https://rubygems.org/.. Fetching git@github.com:songrit/mindapp.git Host key verification failed. fatal: The remote end hung up unexpectedly Retrying git clone 'git@github.com:songrit/mindapp.git' "/tmp/build_bf4c439f-ee03-45c3-8347-9d2c53fdd610/vendor/bundle/ruby/2.0.0/cache/bundler/git/mindapp-75a2c33747e961f7cb85007a20175f473c8b97e3" --bare --no-hardlinks due to error (2/3): Bundler::Source::Git::GitCommandError Git error: command git clone 'git@github.com:songrit/mindapp.git' "/tmp/build_bf4c439f-ee03-45c3-8347-9d2c53fdd610/vendor/bundle/ruby/2.0.0/cache/bundler/git/mindapp-75a2c33747e961f7cb85007a20175f473c8b97e3" --bare --no-hardlinks in directory /tmp/build_bf4c439f-ee03-45c3-8347-9d2c53fdd610 has failed. Host key verification failed. fatal: The remote end hung up unexpectedly Retrying git clone 'git@github.com:songrit/mindapp.git' "/tmp/build_bf4c439f-ee03-45c3-8347-9d2c53fdd610/vendor/bundle/ruby/2.0.0/cache/bundler/git/mindapp-75a2c33747e961f7cb85007a20175f473c8b97e3" --bare --no-hardlinks due to error (3/3): Bundler::Source::Git::GitCommandError Git error: command git clone 'git@github.com:songrit/mindapp.git' "/tmp/build_bf4c439f-ee03-45c3-8347-9d2c53fdd610/vendor/bundle/ruby/2.0.0/cache/bundler/git/mindapp-75a2c33747e961f7cb85007a20175f473c8b97e3" --bare --no-hardlinks in directory /tmp/build_bf4c439f-ee03-45c3-8347-9d2c53fdd610 has failed. Host key verification failed. fatal: The remote end hung up unexpectedly Git error: command git clone 'git@github.com:songrit/mindapp.git' "/tmp/build_bf4c439f-ee03-45c3-8347-9d2c53fdd610/vendor/bundle/ruby/2.0.0/cache/bundler/git/mindapp-75a2c33747e961f7cb85007a20175f473c8b97e3" --bare --no-hardlinks in directory /tmp/build_bf4c439f-ee03-45c3-8347-9d2c53fdd610 has failed. Bundler Output: Fetching gem metadata from https://rubygems.org/........ Fetching additional metadata from https://rubygems.org/.. Fetching git@github.com:songrit/mindapp.git Host key verification failed. fatal: The remote end hung up unexpectedly Retrying git clone 'git@github.com:songrit/mindapp.git' "/tmp/build_bf4c439f-ee03-45c3-8347-9d2c53fdd610/vendor/bundle/ruby/2.0.0/cache/bundler/git/mindapp-75a2c33747e961f7cb85007a20175f473c8b97e3" --bare --no-hardlinks due to error (2/3): Bundler::Source::Git::GitCommandError Git error: command git clone 'git@github.com:songrit/mindapp.git' "/tmp/build_bf4c439f-ee03-45c3-8347-9d2c53fdd610/vendor/bundle/ruby/2.0.0/cache/bundler/git/mindapp-75a2c33747e961f7cb85007a20175f473c8b97e3" --bare --no-hardlinks in directory /tmp/build_bf4c439f-ee03-45c3-8347-9d2c53fdd610 has failed. Host key verification failed. fatal: The remote end hung up unexpectedly Retrying git clone 'git@github.com:songrit/mindapp.git' "/tmp/build_bf4c439f-ee03-45c3-8347-9d2c53fdd610/vendor/bundle/ruby/2.0.0/cache/bundler/git/mindapp-75a2c33747e961f7cb85007a20175f473c8b97e3" --bare --no-hardlinks due to error (3/3): Bundler::Source::Git::GitCommandError Git error: command git clone 'git@github.com:songrit/mindapp.git' "/tmp/build_bf4c439f-ee03-45c3-8347-9d2c53fdd610/vendor/bundle/ruby/2.0.0/cache/bundler/git/mindapp-75a2c33747e961f7cb85007a20175f473c8b97e3" --bare --no-hardlinks in directory /tmp/build_bf4c439f-ee03-45c3-8347-9d2c53fdd610 has failed. Host key verification failed. fatal: The remote end hung up unexpectedly Git error: command git clone 'git@github.com:songrit/mindapp.git' "/tmp/build_bf4c439f-ee03-45c3-8347-9d2c53fdd610/vendor/bundle/ruby/2.0.0/cache/bundler/git/mindapp-75a2c33747e961f7cb85007a20175f473c8b97e3" --bare --no-hardlinks in directory /tmp/build_bf4c439f-ee03-45c3-8347-9d2c53fdd610 has failed. ! ! Failed to install gems via Bundler. !

! Push rejected, failed to compile Ruby app

To git@heroku.com:lit-citadel-3718.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'git@heroku.com:lit-citadel-3718.git' Prateep-Air:mindapp-cms Kul$

songrit commented 10 years ago

In Gemfile, don't use git: protocol, use https:// instead

kul1 commented 10 years ago

Still error I googled in Stackoverflow and try as them still no luck.

Do you able to push lately?

Prateep-Air:heroku Kul$ git push heroku master -f Initializing repository, done. Counting objects: 428, done. Delta compression using up to 2 threads. Compressing objects: 100% (394/394), done. Writing objects: 100% (428/428), 1.87 MiB | 43.00 KiB/s, done. Total 428 (delta 92), reused 0 (delta 0)

-----> Removing .DS_Store files

! Push rejected, no Cedar-supported app detected

To git@heroku.com:shielded-forest-7494.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'git@heroku.com:shielded-forest-7494.git'

songrit commented 10 years ago

wrong dir