3

I'm trying to use heroku run bash on windows 10.

I have tried allowing the port 5000 through the firewall and restarting Command Prompt as administrator.

Is there anything else I am missing to get a connection?

Jesse Reza Khorasanee
  • 3,140
  • 4
  • 36
  • 53

4 Answers4

5

Commands can be run from the heroku dashboard

enter image description here

enter image description here

Jesse Reza Khorasanee
  • 3,140
  • 4
  • 36
  • 53
1

Your ISP or network (Wi-Fi) is blocking port 5000. If nothing else works, use a VPN.

double-beep
  • 5,031
  • 17
  • 33
  • 41
melkorCba
  • 458
  • 5
  • 9
0

Use Heroku run commands from Dashboard Instead of windows command prompt or git bash or other terminals.

I hope this will solve the problem.

0

i got the same error too when i was trying to push into heroku. only to find out that i had to first commit everything on git before trying to login or push into heroku.

so before you try to login. make sure that your working tree is empty!!!