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.
我正在使用 tig 查看 git 历史记录,但界面不再显示线条,请参见图片。
可悲的是,我在运行 git bash 的 Windows 环境中。有谁知道我怎样才能得到这些线路?
您想将“图形”配置更改为您的系统支持的配置。
一直打到~看到喜欢的东西;您会在状态栏中看到类似set line-graphics = utf-8.
~
set line-graphics = utf-8
然后编辑您的$HOME/.gitconfig并将该线图形值添加到 tig 部分:
$HOME/.gitconfig
[tig] line-graphics = utf-8