84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
命令行工具 : iterm
原来没问题的,用了一次类似cleandisk这种软件,就打不了中文了,pry-console也打不了中文。
git diff中文显示如下,
iterm的编码已经是UTF-8了还是不行,请问怎么处理?
认证0级讲师
It has nothing to do with iterm. iterm will not split a character into encoding and display it. If the encoding is incorrect, it will directly display garbled characters
There is a problem with your git settings
git config --global i18n.commitencoding utf-8 git config --global i18n.logoutputencoding utf-8
It has nothing to do with iterm. iterm will not split a character into encoding and display it. If the encoding is incorrect, it will directly display garbled characters
There is a problem with your git settings