Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些us-ascii编码提交到存储库的文件。当我将编码更改为utf-8无法提交时,因为我得到:
us-ascii
utf-8
$ git status # On branch master nothing to commit (working directory clean)
我如何提交此类更改?
@reactormonk 的 6 岁评论对我有用。我在文件中放了一条评论,其中评论有一个 UTF-8 字符。提交该更改会将文件编码设置为 UTF-8。
us-ascii并且utf-8在低 7 位 (0-127) 中是相同的,也就是所有的英文字符。所以没有区别。