Windows git Chinese garbled solution

Source: Internet
Author: User

Go to git installation directory, change the configuration can be basically resolved:

1, Etcgitconfig:

[GUI]

encoding = Utf-8

[i18n]

commitencoding = GBK

[SVN]

pathnameencoding = GBK

Description: Opens Chinese support in a Git environment. Pathnameencoding set the file path for Chinese support.

2, Etcgit-completion.bash:

Alias ls= ' ls--show-control-chars--color=auto '

Description: Allows you to enter the LS command in Git Bash to display the Chinese file name normally.

3, ETCINPUTRC:

Set Output-meta on set Convert-meta off

Description: Allows you to enter Chinese in Git Bash normally, such as the Chinese commit log.

4, Etcprofile:

Export lesscharset=iso8859 #或者utf-8, GBK

Description: The $ git log command is not like other VCs, where n log rolls from the bottom to the end, it will properly stop at the first page and press space to page back. This is accomplished by sending the log to less processing. The above is to set the character encoding of less, so that git log can display Chinese correctly. In fact, its value is not necessarily set to utf-8, such as latin1 can also .... There is another way to do this is $ git–no-pager log, which prevents paging in the option, without setting the options above.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.