在非罗马化语言中使用 git?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
设置
可能会有所帮助。
来源
Setting
could help.
Source