Below is are the steps I tried to deploy my rails app to heroku. However I'm getting "Your key with fingerprint is not authorized to access" my application.
- Deleted all existing keys from ~/.ssh
- $ heroku keys:clear
- $ heroku create lunch-tr
- Enter your Heroku credentials.
- Email: [email protected]
- Password (typing will be hidden):
- Could not find an existing public key.
- Would you like to generate one? [Yn] Y
- Generating new SSH public key.
- Uploading SSH public key /.ssh/id_rsa.pub... done
- Creating lunch-tr... done, stack is cedar
- http://lunch-tr.herokuapp.com/ | [email protected]:lunch-tr.git Git remote heroku added
- $ git remote -v
- heroku [email protected]:lunch-tr.git (fetch) heroku [email protected]:lunch-tr.git (push)
$ git push heroku master
! Your key with fingerprint 2f:0b:2c:e9:95:b4:52:af:dc:db:9c:57:e3:f2:57:7f is not authorized to access lunch-tr. fatal: The remote end hung up unexpectedly
Not sure what else I should try I'm running out of ideas. Thanks for any suggestions