February 2012
3 posts
Switch heroku accounts in the console
1. Delete the SSH keys from your current account:
$ heroku keys:clear
You have to clear these first because Heroku won’t allow two accounts to have the same SSH key.
2. Delete your locally stored credentials:
$ rm ~/.heroku/credentials
3. Re-enter your (new) credentials by entering any command that requires access to an account, e.g.:
$ heroku create
Enter your Heroku credentials.
Email:...
Easily Sync Google Calendars to your iPhone →
So many places i’ve looked make this a very difficult process. The above link is almost too easy.