How to push to heroku behind a proxy?

前端 未结 2 435
时光说笑
时光说笑 2021-01-13 06:05

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         


        
2条回答
  •  情话喂你
    2021-01-13 06:30

    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.

提交回复
热议问题