I am trying to push my app to heroku and I get the following message:
$ heroku create Creating electric-meadow-15..... done Created http://electric-meadow-1
Type this and I think you'll see the problem:
git remote -v
Fix it like this:
git remote rm heroku git remote add heroku git@heroku.com:electric-meadow-15.git