今天把别人的CLion和MinGW文件夹从别人的电脑上拷过来的,结果打不开Clion报了这个问题。
Config path 'G:\Program File\.IntelliJIdea11\config' is invalid. If you have modified the 'idea.config.path' property please make sure it is correct, otherwise please reinstall the IDE
不管是CLion还是IntelliJ IDEA,报错,都是idea的配置路径不正确导致的。首先得有config配置文件(.IntelliJIdea文件夹下有config文件夹和system文件夹),想修改配置文件路径可以在bin目录下的idea.properties文件中修改,CLion就在clion.properties文件中修改,可以用VIM进行对它的编辑。