Windows Terminal添加Git For Bash

使用gitbash ls/ll 命令的时候 中文显示乱码解决
找到git的安装目录 etc/bash.bashrc
添加

export LC_ALL=en_US.UTF-8

profile.json

            {
                "commandline" : "C:\\Program Files\\Git\\bin\\bash.exe --login -i",
                "guid" : "{0caa0dad-35be-5f56-a8ff-afceeeaa6109}", 
                "icon" : "C:\\Program Files\\Git\\gwindows_logo.png", // https://gitforwindows.org/img/gwindows_logo.png
                "name" : "Git Bash",
                "startingDirectory" : "%USERPROFILE%",
            },

此处评论已关闭