将文件名中包含日语字符的文件存储在 msysgit 中
我使用的是德语 Windows XP,并使用 Windows 资源管理器创建了一个名称中包含日语字符的文件名 (どうもありがとうミsuターロボtto.txt
)。 msysgit 控制台只显示问号:
$ git version
git version 1.7.2.3.msysgit.0
$ git status
# On branch master
#
# Initial commit
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# ????????????????.txt
nothing added to commit but untracked files present (use "git add" to track)
我应该怎么做才能让 msysgit 处理这个文件?
I'm using a German Windows XP and created a file name with Japanese characters in the name (どうもありがとうミスターロボット.txt
) using the Windows explorer. msysgit console just shows question marks:
$ git version
git version 1.7.2.3.msysgit.0
$ git status
# On branch master
#
# Initial commit
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# ????????????????.txt
nothing added to commit but untracked files present (use "git add" to track)
What should I do to make msysgit handle this file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
msysgit 的 问题 374 指的是:
所以也许选项这些线程中讨论的内容可以在这里提供帮助。
Issue 374 of msysgit refers to:
So maybe the options discussed in those threads can help here.