扫码关注官方订阅号
我到根目录执行./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
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
扫描下载App
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
这个YCM是用来补全C/C++/C#代码的, 你如果不写这些就不用装
按照YCM提示来试试?
git submodule update --init --recursive
然后:./install.py
ycm里面包含子模块,你git clone的时候没有下载,需要
git colone --recursive https://github.com/Valloric/YouCompleteMe.git