Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当运行 Puppet/Vagrant 并应用清单时,输出是彩色编码的,除了洋红色的错误之外,一切都是青色的。
vagrant up
问题:但是在 Windows 上,没有颜色编码,一切都是黑色背景上的白色字体。有没有办法打开颜色编码?
检查您的 TERM 变量:“echo $TERM”。
如果您在 Windows 中使用 putty,请“导出 TERM=putty”。
在我的情况下,将 env var ANSICON 设置为任何值都有帮助: set ANSICON=blabla
set ANSICON=blabla