윈도우즈에서git bash 인코딩 문제

1262 단어 windows
인터넷에 관련 자료가 많으니 백업해 보세요.
1,/etc/gitconfig:
[gui]
encoding = utf-8 # urf-8, git gui
[i18n]
commitencoding = GB2312 #log ,window gb2312,
[svn]
pathnameencoding = GB2312 #
2,/etc/git-completion.bash:
alias ls='ls --show-control-chars --color=auto' #ls
3,/etc/inputrc:
set output-meta on #bash
set convert-meta off
4,/etc/profile:
export LESSHARSET=utf-8 #$ git log vcs ,n log , , space 。 log less 。 less , $ git log 。

좋은 웹페이지 즐겨찾기