I set up the git proxy settings using git config --global http.proxy "http://username:password@proxy:port", but when I do git push heroku master it raises fatal: unable to access 'https://git.heroku.com/myrepo.git/': Recv failure: Connection was reset
I don't understand why this happens. I did not make any changes, and this used to work a couple of days ago.