学以致用

focus on Python , C++, and some interest in Go and R

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

在使用git的时候最好将git配置成兼容utf8的,否则在处理中文的时候很容易出错。
具体配置如下:
git config --global i18n.logoutputencoding utf8
git config --global i18n.commitencoding utf8

posted on 2012-04-19 15:15  Jerry.Kwan  阅读(664)  评论(0编辑  收藏  举报