Dieses Problem trat auf, als ich in das Stammverzeichnis ging, um ./install.sh auszuführen. Die Ausführung dauerte lange und es wurden viele Dinge installiert.
这个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