Win10 git bash here execute command git status -s Chinese directory/file garbled solution

It is not universal to prescribe the right medicine.

problem

Win10 git bash here execute the command git status -s Chinese directory/file garbled:

solve

Execute the following command: in the git bash window

git config core.quotepath false

Change the configuration item: core.quotepath is false, you can also add --global to set the global setting

Guess you like

Origin blog.csdn.net/x763795151/article/details/106086346