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