-
-
Notifications
You must be signed in to change notification settings - Fork 933
Crash with unicode path #761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered: