今天我在 Mac OS X 上发现了 Git 的一个 bug。
例如,我将提交一个名为 überschrift.txt 的文件,文件开头使用德语特殊字符。从命令 git status
我得到以下输出。
Users-iMac: user$ git status
On branch master
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# "U\314\210berschrift.txt"
nothing added to commit but untracked files present (use "git add" to track)
看起来 Git 1.7.2在 Mac OS X 上的德语特殊字符有问题。 是否有解决方案让 Git 正确地读取文件名?