heroku / heroku-eclipse-plugin

Warning: Deprecated! Heroku Eclipse plugin is a fully integrated plugin into Eclipse IDE that will allow developers to manage their Heroku apps and environment right from their favourite IDE
15 stars 8 forks source link

Incorrect error message when not authorized #74

Open jeffdonthemic opened 12 years ago

jeffdonthemic commented 12 years ago

I followed the instruction at http://eclipse-plugin.herokuapp.com to create a new project. The project was created successfully but when egit tried to clone the repo, I got the error message:

Invalid remote: heroku

I had the same issue when trying to import an existing project.

I finally realized the project when I tried to clone it from the command line and received:

Your key with fingerprint .... is not authorized to access gentle-caverns-4786.

After I added myself as a collaborator, I was able to create/import projects.