I'm using Git Bash with ConEmu to make it look cool. However, upon installing Composer the colors seem to be escaped:
So Git Bash does not support all the colors. Checking the AnsiColors256.ans file:
After lots of Googling, I still haven't found any solution. I don't want to use Ansicon or other console emulator, ConEmu is fine for me.
My settings:
- Inject ConEmuHk enabled
- Ansi X3.64 / xterm 256 enabled
- Windows 7 x64
- Git Bash 1.9.5
- ConEmu 141208
How do I enable all the colors? This is annoying my need for a Console-Zen experience :(
To correctly enable colors in Git Bash :
Run ConEmu from WinR (type full path to sh.exe if needed)
Run
composer
, ANSI is working.Another problem you may encounter is if you set up the task (Settings → Startup → Tasks) without proper quoting. Having a task like the following will break ANSI coloring of composer (everything else seems to work just fine):
The value of
%TOOLS_DIR%
isD:\Tools
. I can only imagine that the backslashes are the problem. however, the following works as expected: