-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fresh install not working on "git for windows" terminal #14
Comments
Intriguing! I'm on WSL, bash version 4.4.19. What do you get for:
I didn't have python 2, (i.e. This results in:
Python 2.7.15rc1 Still can't repro the issue, though. |
:) |
So I bisected through the python file and commented out the section about utf8 preparation and it seems like it is not silently crashing anymore :)
|
Awesome research Marty. Absolute top notch work. Previously, that code said just:
and was fixed with comment "Fixed an Unicode bug ( Maybe @doekman has some insight to offer. Maybe we could write a little test python file you can run in your environment so we work out something that works for all environments. |
There are two problems. I recently made python3 be preferred above python2. This was fine on my machine (Python 3.7.3 on macOS Mojave) but not on others (Debian Stretch is on 3.5.3) which I discovered just yesterday... Using Python 3.5 surfaces a bug in the "Fixed an Unicode bug"-fix mentioned by secretGeek. Weird it's also happening on Python 3.7.3 on Windows... I think a workaround is force using python 2:
Can you confirm this, @MartyLake ? I will have to investigate why I put the part below in, because clearly it's not working...
|
@doekman hey, I can confirm that the workaround of forcing python2 works for me :) |
This now works with python3 too. |
Hey,
I tried following the tutorial from a "git for windows" terminal.
Cloning, sourcing from
.bashrc
file, creating a.ok
file exactly like the example, butok l
andok 1
show no output.Do you have any idea how to debug this further ?
The text was updated successfully, but these errors were encountered: