I use git for a proxy at my university. When trying to execute
git push heroku master
I get an error
ssh: connect to host proxy.heroku.com port 22: Bad file number fatal: The remote end hung up unexpectedly
I had a similar problem when clicking on git before, but this was resolved using their smart HTTP. From what I have read so far, this is a network problem. How to fix it? Is there a way to click on a hero using HTTP? (I assume that pressing SSH causes this problem and that port 22 is blocked)
source share