Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The solution to the garbled code problem of Git Status under Windows

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

There are a lot of garbled code problems in Git Bash under Windows, but fortunately, they are all solved at last!

Finally, you don't have to worry about it anymore!

Remember to use the latest version of Git before reading the tutorial!

Question 1:

The garbled codes are as follows:

"344\ 270\ 212\ 347\"

Solution: enter the following command under Bash

Git config-global core.quotepath false

Note: this problem exists in both Msys and Cygwin

Question 2:

There is no garbled code anywhere. Git Status shows the Chinese file name is garbled.

Resolve:

Open Git Bash, right-click the title bar and select "Options". Change Locale in Text to "C", Character set to "UTF-8", and close Git Bash.

Reopen Git Bash and the problem disappears.

Note: Cygwin does not have this problem, but Cygwin does not open autoCrlf by default, and I do not know if there are any other areas that need to be optimized for Windows, so the first choice is Msys (that is, Git For Windows).

Question 3:

Other strange problems, such as Source Tree garbled code, or Git Log garbled code after using the above settings.

Resolve:

Git config-e

Git config-global-e

After opening the configuration file, delete all i18n settings in it

Note: this problem is due to the fact that the earlier version of Git needs to set i18n to solve the garbled code, but there will be a problem with the new version, so it would be nice to clear it.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report