gitpython-developers / GitPython

GitPython is a python library used to interact with Git repositories.
http://gitpython.readthedocs.org
BSD 3-Clause "New" or "Revised" License
4.65k stars 906 forks source link

UDP Port conflict #1938

Closed vik748 closed 4 months ago

vik748 commented 4 months ago

We have a weird situation where our UDP functionality (ports 11011 or 11013) breaks after importing gitpython into the code. I couldn't find any information on the ports being used by gitpython, can someone provide information on whether gitpython open TCP / UDP ports and if so which ones.