-
-
Notifications
You must be signed in to change notification settings - Fork 960
UDP Port conflict
#1939
-
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.
Beta Was this translation helpful? Give feedback.
All reactions
Answered by
Byron
Jul 9, 2024
I'd be unaware of GitPython doing anything with networking at all, or mess with global settings.
Replies: 1 comment 1 reply
-
I'd be unaware of GitPython doing anything with networking at all, or mess with global settings.
Beta Was this translation helpful? Give feedback.
All reactions
1 reply
-
Thanks for the response, the root cause turned out to be something else on our end.
Beta Was this translation helpful? Give feedback.
All reactions
Answer selected by
vik748
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment