在非罗马化语言中使用 git?

发布于 2024-12-10 17:12:55 字数 1369 浏览 0 评论 0原文

Git 是一个很棒的工具,但我发现它似乎主要(或仅)是为英语使用者设计的。有谁知道如何让 git 与其他语言很好地配合,它几乎不可用。解释这个问题的最好方法是显示一些 git 输出:

# Changes to be committed:
#   (use "git rm --cached <file>..." to unstage)
#
#   new file:   "103\350\254\233\347\276\251 \347\254\2546\346\230\237\346\234\237 5\351\240\201.txt"
#   new file:   "201\350\254\233\347\276\251 \347\254\2545\346\230\237\346\234\237 1\351\240\201.txt"
#   new file:   "201\350\254\233\347\276\251 \347\254\2545\346\230\237\346\234\237 2\351\240\201.txt"
#   new file:   "201\350\254\233\347\276\251 \347\254\2545\346\230\237\346\234\237 3\351\240\201.txt"
#   new file:   "201\350\254\233\347\276\251 \347\254\2545\346\230\237\346\234\237 4\351\240\201.txt"
#   new file:   "201\350\254\233\347\276\251 \347\254\2545\346\230\237\346\234\237 5\351\240\201.txt"
#   new file:   "201\350\254\233\347\276\251 \347\254\2546\346\230\237\346\234\237 1\351\240\201.txt"
#   new file:   "PAC2 \347\254\254\345\233\233\350\252\262.sh"
#   new file:   "PAC2 \347\254\254\345\233\233\350\252\262.sh"
#   new file:   "PAC2 \347\254\254\345\233\233\350\252\262.sh"
#   new file:   "\344\270\255\346\226\207\350\252\236\346\263\225.txt"
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#   "\344\270\255\346\226\207\350\252\236\346\263\225.txt.bak"

嗯,我想知道到底要提交什么文件?!?!

Git is such a great tool, but Im discovering it appears to have been designed primarily (or only) for english speakers. Does anyone know how to get git to play nicely with other languages, it is almost non usable. Best way to explain the problem is to show some git output:

# Changes to be committed:
#   (use "git rm --cached <file>..." to unstage)
#
#   new file:   "103\350\254\233\347\276\251 \347\254\2546\346\230\237\346\234\237 5\351\240\201.txt"
#   new file:   "201\350\254\233\347\276\251 \347\254\2545\346\230\237\346\234\237 1\351\240\201.txt"
#   new file:   "201\350\254\233\347\276\251 \347\254\2545\346\230\237\346\234\237 2\351\240\201.txt"
#   new file:   "201\350\254\233\347\276\251 \347\254\2545\346\230\237\346\234\237 3\351\240\201.txt"
#   new file:   "201\350\254\233\347\276\251 \347\254\2545\346\230\237\346\234\237 4\351\240\201.txt"
#   new file:   "201\350\254\233\347\276\251 \347\254\2545\346\230\237\346\234\237 5\351\240\201.txt"
#   new file:   "201\350\254\233\347\276\251 \347\254\2546\346\230\237\346\234\237 1\351\240\201.txt"
#   new file:   "PAC2 \347\254\254\345\233\233\350\252\262.sh"
#   new file:   "PAC2 \347\254\254\345\233\233\350\252\262.sh"
#   new file:   "PAC2 \347\254\254\345\233\233\350\252\262.sh"
#   new file:   "\344\270\255\346\226\207\350\252\236\346\263\225.txt"
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#   "\344\270\255\346\226\207\350\252\236\346\263\225.txt.bak"

Hmm, I wonder what the heck files are about to be committed?!?!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

独自←快乐 2024-12-17 17:12:56

设置

git config core.quotepath false

可能会有所帮助。

来源

Setting

git config core.quotepath false

could help.

Source

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