I\'m having trouble when working with multiple Heroku accounts on my computer.
The thing is that it\'s worked great before by switching accounts with the heroku gem.
Install Heroku-accounts plugin and configure it!!
heroku plugins:install heroku-accounts
To add accounts:
$ heroku accounts:add personal
Enter your Heroku credentials.
Email: david@heroku.com
Password: ******
To list accounts:
$ heroku accounts
* personal
work
To switch to a different account:
heroku accounts:set personal
To find current account:
$ heroku accounts:current
personal
To remove an account:
$ heroku accounts:remove personal
Account removed: personal
set to your working heroku account and push the changes.