100% solve the Chinese garbled problem of git status

question

When using git status to view the updated Chinese file name in the repo, other encodings appear, which affects adding the correct commit information.

Solution 

git config --global core.quotepath false

Other method reference: https://zhuanlan.zhihu.com/p/452682481 

Guess you like

Origin blog.csdn.net/Mercury_Lc/article/details/128410384