threeperson
发布于 2018-01-01 / 0 阅读
0
0

windows git log 中文乱码

试试git --no-pager log

如果可以显示的话,把pager设置为more

git config --global core.pager more


评论