I have executed:
$ heroku login
But when I try to push, I\'m still asked for authentication:
$ git push heroku master Usern
I fixed this by changing the http address to ssh://git@heroku/...
ssh://git@heroku/...