Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't deploy to Heroku due to gem #1826

Closed
stanrails opened this issue Nov 4, 2013 · 4 comments
Closed

Can't deploy to Heroku due to gem #1826

stanrails opened this issue Nov 4, 2013 · 4 comments

Comments

@stanrails
Copy link

Here's the error I get when deploying to Heroku
Host key verification failed.
fatal: The remote end hung up unexpectedly
Git error: command git clone 'git@github.com:bulleric/rails_admin.git' "/tmp/build_bc1e4407-b994-4a69-94e9-2ac094cdbe22/vendor/bundle/ruby/2.0.0/cache/bundler/git/rails_admin-ebf346c097418944bcf4352af1550f6d755d784d" --bare --no-hardlinks in directory

I can deploy when I remove the gem.

Any help?

@caboteria
Copy link
Collaborator

You're trying to make an SSH connection to github but the server isn't allowing you to connect, hence "The remote end hung up".

This isn't a bug in rails admin.

@stanrails
Copy link
Author

I've been able to bundle install locally without a problem. Is there a way to change how heroku pulls from github - change it to HTTP?

@marks
Copy link

marks commented Nov 6, 2013

@stanrails
Copy link
Author

Yep, that was the ticket. marks thank you for pointing me in the right direction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants