首页 > 问答 > 正文
我到根目录执行./install.sh 的时候,就出现这个问题,执行以后运行了好长时间,而且另外安装了很多东西啊,这个是必须的么?
给我你的怀抱2017-05-16 16:40:07
这个YCM是用来补全C/C++/C#代码的, 你如果不写这些就不用装
PHPz2017-05-16 16:40:07
按照YCM提示来试试?git submodule update --init --recursive然后:./install.py
天蓬老师2017-05-16 16:40:07
ycm里面包含子模块,你git clone的时候没有下载,需要 git colone --recursive https://github.com/Valloric/YouCompleteMe.git
git colone --recursive https://github.com/Valloric/YouCompleteMe.git