Git Status中文乱码

Git Config

在Windows10系统Windows Terminal下使用Git Status显示的中文文件乱码,需要下面这句配置,解决这个问题:

git config --global core.quotepath false

cat ~/.gitconfig
Edit me