git - Does anyone know how to solve the problem that sourceTree's local preview of workspace files displays garbled Chinese characters?
phpcn_u1582
phpcn_u1582 2017-05-02 09:34:34
0
1
1382

When sourceTree previews the code in the workspace, the Chinese characters become garbled
After committing and pushing to the remote warehouse, when previewing the file in the remote warehouse, the Chinese version shows UTF-8. How can I fix my local sourceTree code?

phpcn_u1582
phpcn_u1582

reply all(1)
小葫芦

It has nothing to do with Source Tree. This is a problem with git's quote behavior.

Just change the global config:
git config --global core.quotepath false

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template