How do I push to Heroku or get info/status when it “hung up” or does not respond?

后端 未结 1 1159
清酒与你
清酒与你 2020-12-19 17:45

Got that error when trying to push updated app to Heroku (probably the same as this question):

> git push heroku master
ssh: connect to host heroku.com po         


        
相关标签:
1条回答
  • 2020-12-19 18:15

    Had that error on two separate occasions today. Once when on WIFI at a cafe. Presumably port 22 blocked, though unconfirmed. Second occurrence was at home whilst had VPN connection in to office. Likely due to some sort of firewall rule. It now works fine having disconnected from the VPN. Conclusion is that this is a network issue.

    0 讨论(0)
提交回复
热议问题