git配置中文乱码_git status中文乱码问题

默认情况下,使用git status显示的中文文件如下:

$ git status

# On branch master

# Your branch is ahead of 'origin/master' by 1 commit.

#

# Changes to be committed:

# (use "git reset HEAD ..." to unstage)

#

# new file: "\350\265\204\346\272\220\345\272\223\347\263\273\347\273\237\346\236\266\346\236\204\345\233\276.odg"

#

# Changes not staged for commit:

# (use "git add ..." to update what will be committed)

# (use "git checkout -- ..." to discard changes in working directory)

#

# modified: "\345\267\245\344\275\234\350\256\260\345\275\225.odt"

# modified: "\350\265\204\346\272\220\345\272\223\347\263\273\347\273\237\350\256\276\350\256\241\346\226\271\346\241\210(\347\254\254\344\270\211\347\211\210).doc"

#

需要设置一下git,让其按正确的编码显示文件名:

git config --global gui.encoding utf-8

git config --global i18n.commitencoding utf-8

git config --global i18n.logoutputencoding gbk

git config --global core.quotepath false

经测试该配置可用。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值