Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCrash with unicode path #761
Comments
Back in the days when this library was originally conceived, it was very easy to get text encodings wrong, unfortunately. |
Well, as far as i know, python 3 uses UTF-8 by default, so adding
to my code didn't worked out. I don't know where to look for this bug: in system locale configuration or in library. Can you confirm that, this actually a bug in library? |
It is a problem with GitPython as it tries to decode something that is not |
I have the same error in GitPython 2.1.11. Is there any solutions? |
@brizjin I don't think there is unless someone contributes a patch. |
Hi, I ran into a problem that this library doesn't support unicode in path
I use:
pip3 install GitPython
command)i found old issue, similar to mine, but it doesn't helped me:
#532
Everything works just fine if i will use path without cyrillic letters.
Code what doesn't work: