0

My work has blocked github. Attempting to pull from a github repo produces this message:

ssh: connect to host github.com port 22: Operation timed out

Does this mean only port 22 needs to be unblocked? Or should more be unblocked? They have told me that if I provide the instructions, they will unblock github.

kyothine
  • 9
  • 1
  • 3
    That error message alone is sufficient for competent IT staff to figure out what needs to be unblocked. They should not be making the developers do their jobs. – Michael Hampton Oct 10 '12 at 15:00

1 Answers1

1

You just need to unblock port 22.

Since you are in an network check that you have the right proxy settings. (and git uses them)

Also see that you can resolve github.com (ping github.com)

Eun
  • 141
  • 3