I am using git behind a proxy server at my university. While trying to execute
git push heroku master
I get an error
ssh: c
Heroku only supports git pushes over SSH (port 22) - it's likely that your university is preventing outbound port 22 access which causes your push to fail.