在安裝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
https://github.com/Valloric/Y...
可以參考一下.