gpt4 book ai didi

git-bash - 如何在 ConEmu + Git Bash 中正确启用 ANSI 颜色?

转载 作者:行者123 更新时间:2023-12-02 13:43:31 24 4
gpt4 key购买 nike

我正在使用Git BashConEmu让它看起来很酷。然而,安装 Composer 后,颜色似乎被转义了:

enter image description here

所以 Git Bash 并不支持所有颜色。检查 AnsiColors256.ans 文件:

enter image description here

经过多次谷歌搜索,我仍然没有找到任何解决方案。我不想使用 Ansicon 或其他控制台模拟器,ConEmu 适合我。

我的设置:

  • 启用注入(inject) ConEmuHk
  • 启用 Ansi X3.64/xterm 256
  • Windows 7 x64
  • Git Bash 1.9.5
  • ConEmu 141208

如何启用所有颜色?这让我对 Console-Zen 体验的需求很烦人:(

最佳答案

要在 Git Bash 中正确启用颜色:

  1. 下载并解压ANSICON:https://github.com/adoxa/ansicon/releases/tag/v1.81
  2. 如果您运行的是 64 位操作系统,请复制 x64 文件夹中的所有内容,否则,
    • 如果您运行的是 32 位操作系统,请复制 x86 文件夹中的所有内容。
  3. C:\Program Files\ANSICON 中创建文件夹 ANSICON,并将复制的内容粘贴到此处。
  4. 右键单击您的 Git Bash 快捷方式,然后转到属性

enter image description here

  • 目标值设置/修改为以下值(请参阅下面的屏幕截图):
  • "C:\Program Files\ANSICON\ansicon.exe" "C:\Program Files\Git\git-bash.exe" --cd-to-home

    Modify shortcut target

  • 打开 .bashrc 文件 (C:\Users\Aditya\.bashrc)。
  • NOTE: .bashrc is a hidden file. So you need to turn on the option in your windows explorer settings to display hidden files.

  • 将以下两行添加到您的 .bashrc 文件(任何位置):
  • unalias $(alias | grep winpty | grep php | cut -d"=" -f1 | cut -d" " -f2)

    export ANSICON=true

    enter image description here

  • 保存您的 .bashrc 文件并立即打开 Git Bash。完毕! composer command output php artisan colored output - very tricky to get
  • 关于git-bash - 如何在 ConEmu + Git Bash 中正确启用 ANSI 颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27580668/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com