Any suggestions about solving this error would be greatly appreciated.
\nI am using gitpython version 3.1.11.
\nThanks a lot.
GitPython is not thread safe, and each thread must own its own instance of a Repo
while only performing read operations on them.
Even though I am closing this issue, please feel free to keep posting in the comments when needed.
","upvoteCount":1,"url":"https://github.com/gitpython-developers/GitPython/discussions/1182#discussioncomment-408872"}}}-
Hi,
|
Beta Was this translation helpful? Give feedback.
-
GitPython is not thread safe, and each thread must own its own instance of a Even though I am closing this issue, please feel free to keep posting in the comments when needed. |
Beta Was this translation helpful? Give feedback.
-
Ok, Thanks for your reply. |
Beta Was this translation helpful? Give feedback.
GitPython is not thread safe, and each thread must own its own instance of a
Repo
while only performing read operations on them.Even though I am closing this issue, please feel free to keep posting in the comments when needed.