[关闭]
@why-math 2015-04-03T09:31:05.000000Z 字数 412 阅读 924

msysgit 配置

note msysgit


中文录入问题

/etc/inputrc

  1. # disable/enable 8bit input
  2. set meta-flag on
  3. set input-meta on
  4. set output-meta on
  5. set convert-meta off

/etc/profile

  1. declare -x LESSCHARSET=utf-8
  2. alias ls="ls --show-control-chars"

git 配置

  1. git config --global user.name
  2. git config --global user.email
  3. git config --system i18n.logOutputEncoding gbk
  4. git config --system i18n.commitEncoding gbk
  5. git config --system core.quotepath false
  6. git config --system i18n.logOutputEncoding gbk
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注