[LSP_COMMON_LIB] Error 128
erickingxu opened this issue · 1 comments
erickingxu commented
when I run comandline as :make fetch
I got some error, cannot pull right lsp common lib.
Fetching desired source code dependencies
Cloning -> [devel]
fatal: The empty string is not a valid path
make[1]: *** [LSP_COMMON_LIB] Error 128
make: *** [fetch] Error 2
sadko4u commented
You need to run make config
before running make fetch
.