将文件名中包含日语字符的文件存储在 msysgit 中

发布于 2024-10-02 08:49:50 字数 476 浏览 0 评论 0原文

我使用的是德语 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

别低头,皇冠会掉 2024-10-09 08:49:50

msysgit 的 问题 374 指的是:

  • 问题 358(关于切换 DOS 窗口中使用的代码页)
  • 问题 369 (关于安装控制台窗口以使用 True Type 字体)

所以也许选项这些线程中讨论的内容可以在这里提供帮助。

Issue 374 of msysgit refers to:

  • issue 358 (about switching the codepage used in a DOS windows)
  • issue 369 (about installing a console window to use a True Type font)

So maybe the options discussed in those threads can help here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文