At my work station at the office, I set a new key and push successfully.
But at home, I forgot my password. So I generated a new key and added it
I set a password that I memorized. But when I went to push to Heroku, rather than being asked for the password respective of the public key I was asked for, I was instead prompted for a password to a different key.
I also looked at Heroku's documentation on keys but they did not mention how to remove the old keys.
I am also aware of the question Permission denied (publickey) when deploying heroku code. fatal: The remote end hung up unexpectedly but that does not explain why I am not able to switch between keys.
Yes I have created a new key and uploaded it
Juan-Gallardos-MacBook-Pro:.ssh juangallardo$ heroku keys:add heroku_sucks.pub
Uploading SSH public key heroku_sucks.pub... done
Juan-Gallardos-MacBook-Pro:.ssh juangallardo$
But stil got
Cloning into 'cssbuttongallery'...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly