-
-
Notifications
You must be signed in to change notification settings - Fork 935
Nonascii Files in the Repository #320
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
My first guess is that It would be interesting to know which GitPython version you are using (and I assume it runs in Python 2), and also the name of a file that cannot be added. Finally, can you share a stacktrace in the |
Thanks for the fast response! The version is 1.0.1 for Python 2.7 from pip. The stacktrace is:
So the problem is obviously the 'ü' which is converted to '\xc3\xbc'. |
This should be fixed in the latest version from github. Thanks for posting the issue, I found plenty of related issues in the process of fixing it. |
You can watch the development stream on youtube.
|
Thanks! That fixed it. Is the low resolution of the video on purpose? Its hard to read on 360p. |
Good to hear ! The video is available in 1080p - YouTube usually takes longer to finally provide higher resolutions though, starting at the lowest one. When I checked it a moment ago, it was already available in 1080p though. |
Hi,
i want to run GitPython unter Windows with nonascii filenames in the repository.
does not work.
works.
Is there a way to use unicode directly?
The text was updated successfully, but these errors were encountered: