Heroku - 'Permission denied (publickey) fatal: Could not read from remote repository'

Richo, 六 29 3月 2014, Others

django, git, heroku

First create a key

ssh-add ~/.ssh/id_rsa

Confirm it's been added to the known list of keys

ssh-add -l

Reference

+Heroku 'Permission denied (publickey) fatal: Could not read from remote repository' woes