Today I discovered a bug for Git on Mac OS X.
For example, I will commit a file with the name überschrift.txt with the German special character ü at the beginning. From the command git status
I get following output.
Users-iMac: user$ git status
On branch master
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# "U314210berschrift.txt"
nothing added to commit but untracked files present (use "git add" to track)
It seems that Git 1.7.2 has a problem with German special characters on Mac OS X.
Is there a solution to get Git read the file names correct?
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…