This repository was archived by the owner on Apr 22, 2021. It is now read-only.
This repository was archived by the owner on Apr 22, 2021. It is now read-only.
fix GitPython error: len() mismatch in _get_fetch_info_from_stderr #455
Closed
Description
We're seeing this a lot on production. I suspect it may be fixed by a newer version of GitPython. We're using 0.3.2.RC1
and the current release is 0.3.6
. Our issue may be the one described here:
gitpython-developers/GitPython#301
- reproduce error on dev so we can test
- try upgrading GitPython and see if that fixes it