标签:
参考链接:http://www.lai18.com/content/10706682.html
安装了git-gui,打开以后出现以下提示:
Spell checking is unavable:
error:No word lists can be found for the language "zh_CN"
原因:打开的时候会进行拼写检查。
解决方法:
gedit ~/.gitconfig,然后在文件末尾追加以下内容:
[gui]
spellingdictionary = none
git-gui:使用终端打开以后出现错误提示 Spell checking is unavable
标签:
原文地址:http://www.cnblogs.com/ieayoio/p/5634014.html