用 MyEclipse 打开 Git 管理的工程时,如果有中文目录就会报错
Malformed input or input contains unmappable chacraters
我们需要在 Eclipse.ini 下配置一下LC_CTYPE (暂时我也不知道什么意思)
MyEclipse的.ini配置文件在 mac 中的目录:
/Applications/MyEclipse 2015/MyEclipse 2015.app/Contents/Profile/myeclipse.app/Contents/MacOS/myeclipse.ini
在这个文件中加入以下内容就可以了
-DLC_CTYPE = UTF-8
-Dfile.encoding = UTF-8