0

I keep running into issues with "Your key with fingerprint ... is not authorized to access" errors when I try to run git push heroku master. I've tried multiple combinations of removing the key and adding it again. I've viewed multiple stackoverflow posts and tried all of the suggestions. Everything i've read makes me think that I have old accounts that I don't know about on this machine. Is there any way to view all of the accounts on this machine? Or is there a way to unstall heroku and start with a clean slate?

Community
  • 1
  • 1
Dan
  • 3,338
  • 5
  • 36
  • 58

1 Answers1

0

Use heroku keys to manage your ssh_keys that you have associated with heroku. Check out the documentation on the heroku devcenter for more help. https://devcenter.heroku.com/articles/keys

Eric Fode
  • 3,667
  • 2
  • 24
  • 29