【发布时间】:2016-04-05 13:55:12
【问题描述】:
我在 Mac OS X 上使用 git 2.5.4。
我有包含é 的文件名,git 用转义符显示它。有没有办法让它使用 unicode 并显示字符?终端显然可以处理它。
> ls
Sél
> git status
Untracked files:
(use "git add <file>..." to include in what will be committed)
...
"S\303\251l"
我希望该文件显示为Sél,而不是S\303\251l。
【问题讨论】: