git config --global i18n.commitEncoding cp949
git config --global i18n.logOutputEncoding cp949
set LESSCHARSET=latin1
그런데 위 설정은 git, less 한글설정인데, git bash에서 ls등에서 한글이 잘 나오지 않는다. 슬프지만 구글링에는 없는게 없다.
Git Bash 한글 입출력 문제
한글처리를 위해 8bit 입력을 활성화 해주는 역활
.inputrc 혹은 /etc/inputrc
--------------------------
set output-meta on
set convert-meta off
콘솔에서의 한글 입출력과는 별개로 ls 의 한글 출력이 깨지는 문제
.bashrc
-----------------------------------
alias ls='ls --show-control-chars'
그외에 나의 설정들
git config --global user.name "Seok Daejin"
git config --global user.email "daejin.seok@gmail.com"
git config --global color.ui "auto"
댓글 없음:
댓글 쓰기