What firewall port(s) need to be open to allow access to external git repositories?

link|improve this question
feedback

2 Answers

up vote 4 down vote accepted

Specifically TCP 9418, no need for UDP.

link|improve this answer
feedback

git work on 9481 so if you check on

netstat -ntpl|grep -i 9418

then open 9418 it will work

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.