thefuck icon indicating copy to clipboard operation
thefuck copied to clipboard

Display issue on Git for Windows CLI

Open Tri125 opened this issue 10 years ago • 2 comments

image

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.

Tri125 avatar May 09 '15 17:05 Tri125

Same problem here. I think Git Bash uses the underlying cmd Windows prompt and it cannot display ANSI color.

LeonardMeyer avatar Jul 27 '15 09:07 LeonardMeyer

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.

creckord avatar Aug 06 '15 11:08 creckord