Ne peut pas pousser mon code pour Heroku: Permission denied <clé publique> fatale: impossible de lire à partir d'un dépôt distant

Je suis en train de pousser mon code pour Heroku avec cette ligne:

git push heroku master

Mais je reçois l'erreur suivante/message:

Warning: Permanently added 'heroku.com,50.85.49.333' <RSA> to the list of known hosts. 
Permission denied <public key>
fatal: Could not read from remote repository

Please make sure you have the correct access rights and the repository exists.

J'ai téléchargé ma clé:

heroku keys:add ~/.ssh/id_rsa.pub

Et de configurer ma télécommande à l'url git:

git remote set-url heroku [email protected]:project-name.git

Et toujours pas de chance. Quelqu'un pourrait-il signaler le problème?

Je suis CETTE court tut.

OriginalL'auteur Daft | 2013-10-23