Open jessielaf opened 3 years ago
I am experiencing the same issue since upgrading to GitPython 3.1.20 and Python 3.9.7. Downgrading GitPython to 3.1.18 fixed it for me.
This could be related to https://github.com/gitpython-developers/GitPython/commit/bc37d1561bfcf1b7971cc8d6d4a6f1ba8fa01fa5
I got this error with Python 3.9.7 A downgrade to Python 3.9.6 fixed it for me
Using GitPython 3.1.20
Hi, Yeah, this is caused by a change in how python enforces protocol initilisation. But it should also be worked-around in main already ( #1318) - it worked for 3.10.0, just have to test 3.9.7. 3.9.7 tests passed, So will be fixed on next release.
I had the same issue using python3.9.7
and GitPython 3.1.19
. After upgrading to 3.1.24
the error went away.
@Yobmod can we close this?
I am having a issue with getting the date from a git commit. I keep getting this error:
I get this error with the python 3.9 in docker. Using version 3.1.20 of GitPython.