简体   繁体   中英

Tig doesn't show lines but instead ~T~B (or similiar)

I am using tig to view git history but the interface is not showing the lines any longer, see picture.

I'm sadly on a Windows environment running git bash. Does anyone know how I can get the lines instead?

tig错误

You want to change the "graphics" configuration to something your system supports.

Hit ~ until you see something you like; You'll see something in the statusbar that looks like set line-graphics = utf-8 .

Then edit your $HOME/.gitconfig and add a that line-graphics value to a tig section:

[tig]
  line-graphics = utf-8

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM