码迷,mamicode.com
首页 > 其他好文 > 详细

git-gui:使用终端打开以后出现错误提示 Spell checking is unavable

时间:2016-07-01 19:59:22      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:

参考链接: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!