Git Chinese file name garbled problem

 

I haven't been using git for a long time, and have always used English for folder and file names. Today, I use git to manage files with Chinese in several paths, and find the following garbled characters when running $ git status:

garbled write
\345\233\242\351\230\237\351\hello.jpg

 Solution: Just run the following command:

git command writes
git config --global core.quotepath false

 

 

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326294648&siteId=291194637