failed to push some refs to [email protected]

In Heroku,you may have problems with pushing to master branch.
I just had to start a new branch using

git checkout -b masterbranch

and then push using

git push heroku masterbranch

please try as above!

Leave a Comment