Pushing app to heroku problem Pushing app to heroku problem ruby ruby

Pushing app to heroku problem


Type this and I think you'll see the problem:

git remote -v

Fix it like this:

git remote rm herokugit remote add heroku git@heroku.com:electric-meadow-15.git


I was getting the second error you posted "failed to push some refs to 'git@heroku.com:floating-stone-94.git' " (with a different app name) and i got rid of it by doing the following:

git remote rm herokuheroku create

you should see a line that says 'Git remote heroku added'. Also

git remote -v

should now have the correct app.


For all the people who this does not work, check your ~/.heroku/credentials
If the email or token does not match the account, you won't see your apps.