vim 插件YouCompleteMe插件安装失败
在安装YouCompleteMe插件的时候执行./install.py --tern-completer
进行编译的时候,提示:
ERROR: some folders in /Users/wenci/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party are empty; you probably forgot to run:
git submodule update --init --recursive
我执行git submodule update --init --recursive
之后等了很久报错:
Cloning into '/Users/wenci/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/racerd'...
error: RPC failed; curl 56 SSLRead() return error -9806
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
fatal: clone of 'https://github.com/jwilm/racerd' into submodule path '/Users/wenci/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/racerd' failed
Failed to recurse into submodule path 'third_party/ycmd'
最开始我以为是网络问题,后来开了代理也是这样。似乎是某个第三方插件没办法 clone下来,网上查了一下似乎也没有解决办法。有人知道我这个是什么问题吗?
vim 版本:7.4.898
MacOS 版本:10.12
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
https://github.com/Valloric/Y...
可以参考一下.