You can use the command prompt that comes with Windows instead of the one provided by git. Just add the directory where the git execution file is located to the PATH environment variable.
Git bash will automatically change the code page in the settings to 437 (United States), which is a headache. But you can still change the code page in git bash, using the chcp program. Reference: http://stackoverflow.com/questions/1259084/what-encoding-code-page-is-cmd-exe-using
You can use the command prompt that comes with Windows instead of the one provided by git. Just add the directory where the git execution file is located to the PATH environment variable.
Git bash will automatically change the code page in the settings to 437 (United States), which is a headache. But you can still change the code page in git bash, using the chcp program. Reference: http://stackoverflow.com/questions/1259084/what-encoding-code-page-is-cmd-exe-using
936 is the Chinese code page.
Git for windows Chinese garbled solution