Closed jesperfj closed 12 years ago
Did you specify the failing SSH key in the Heroku Preferences?
No. The preferences had the wrong ssh key.
On Jul 3, 2012, at 7:32 AM, daudo reply@reply.github.com wrote:
Did you specify the failing SSH key in the Heroku Preferences?
Reply to this email directly or view it on GitHub: https://github.com/heroku/heroku-eclipse-plugin/issues/36#issuecomment-6735896
Error message when an exception happens as part of the "git clone" should be:
We have encountered a problem creating your application:<app_name>. This could be due to the Eclipse SSH key is not matching the SSH key(s) that is associated with your Heroku account. To fix this error, you can:
- Associate your SSH key to your Heroku account by going to "Preferences" OR
- If the SSH Key is correct, restart Eclipse.
If I have correct login credentials but a bad ssh key, then I am able to go through the import wizard up until the point when I click finish and the import starts. Then I get an error dialog with the message "invalid remote: origin".
Looking at .metadata/.log:
I can see that my ssh key is bad. The error message should be fixed to tell me it's the ssh key that's the problem.