thefuck
thefuck copied to clipboard
Display issue on Git for Windows CLI

My cli: Using git for windows 1.9.5.msysgit.0 (latest) Python 3.4.3 on windows.
Also, the require_confirmation setting has been set to True in the current screenshot.
Same problem here. I think Git Bash uses the underlying cmd Windows prompt and it cannot display ANSI color.
I got the same problem. I think the issue here is that the Python version is geared for Windows and doesn't know anything about running in a MinGW shell. Consequently, it seems to mess up the escape sequence output. If I take that output, replace all the little arrows with \033, and echo -e it in the shell, it works just fine.