美文网首页Linux学习之路我用 LinuxGit
解决Windows下Git Bash中文显示为乱码问题

解决Windows下Git Bash中文显示为乱码问题

作者: whisshe | 来源:发表于2018-06-08 09:56 被阅读1次
    1. ls显示的是乱码

    问题截图

    解决方法

    • 首先右键点击git bash窗口,选择Options


    • 选择Text选项,将Locale和Character set设置为如图所示,点击save就可以了


    • 最后效果


    1. git 命令下中文显示乱码

    问题截图

    解决方法

    • 很简单一行命令就搞定了

      git config --global core.quotepath false
      
    git status
    git log

    相关文章

      网友评论

        本文标题:解决Windows下Git Bash中文显示为乱码问题

        本文链接:https://www.haomeiwen.com/subject/zhsosftx.html