Git using wrong email address when talking to Heroku
Posted
by David
on Stack Overflow
See other posts from Stack Overflow
or by David
Published on 2010-06-04T17:14:58Z
Indexed on
2010/06/14
18:22 UTC
Read the original article
Hit count: 263
git clone [email protected]:myapp.git
Results in a "myoldemailaddress not authorized to access myapp"
myoldemailaddress was an email address I was using on an old heroku account, but it seems to be stuck using it, I can use my new one.
I've removed the .heroku directory, and regenerated it, it has the correct user name and password, I can see my apps listed I've uploaded my key (I've regenerated my several times now) ssh-keygen -t rsa -C mynewaddress
I uninstalled and reinstalled heroku on a different user in the same machine it works just fine.
Something about my account has my old address, but I can't figure out where.
© Stack Overflow or respective owner