Bei der Installation des YouCompleteMe-Plug-Ins führen Sie ./install.py --tern-completer
Beim Kompilieren die Eingabeaufforderung aus:
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
Nachdem ich git submodule update --init --recursive
ausgeführt habe, habe ich lange gewartet und eine Fehlermeldung erhalten:
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'
Zuerst dachte ich, es sei ein Netzwerkproblem, aber später eröffnete ich eine Agentur und es war das Gleiche. Es scheint, dass ein Plug-in eines Drittanbieters nicht geklont werden kann. Ich habe online nachgesehen und es scheint keine Lösung zu geben. Weiß jemand, was mein Problem ist?
vim-Version: 7.4.898
MacOS 版本:10.12
https://github.com/Valloric/Y...
可以参考一下.