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?
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