Vim-plug: Invalid URI error when installing some plugins.

Created on 1 Sep 2016  路  2Comments  路  Source: junegunn/vim-plug

I'm trying to install vim-coffee-script, but get this error:

vim-coffee-script:
  Invalid URI: https://git::@github.com/vim-scripts/vim-coffee-script.git                                                               
  Expected:    https://github.com/kchmck/vim-coffee-script.git                                                                          
  PlugClean required.

Sorry, I know it is in the FAQ, but even with this instructions I didn't get it to work.

I tried it with:

Plug 'kchmck/vim-coffee-script'

Tried it as well with the full git url, and the let g:plug_url_format = '[email protected]:%s.git' trick from the FAQ

Is there an error with this particular plugin ?
Is something wrong with VimPlug ?
Or is the problem sitting in front of the machine ?


NVIM 0.1.4
Build type: RelWithDebInfo
Compilation: /usr/local/Library/ENV/4.3/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -DHAVE_CONFIG_H -I/tmp/neovim-20160527-55178-1qmn0z0/neovim-0.1.4/build/config -I/tmp/neovim-20160527-55178-1qmn0z0/neovim-0.1.4/src -I/tmp/neovim-20160527-55178-1qmn0z0/neovim-0.1.4/deps-build/usr/include -I/tmp/neovim-20160527-55178-1qmn0z0/neovim-0.1.4/deps-build/usr/include -I/tmp/neovim-20160527-55178-1qmn0z0/neovim-0.1.4/deps-build/usr/include/luajit-2.0 -I/tmp/neovim-20160527-55178-1qmn0z0/neovim-0.1.4/deps-build/usr/include -I/tmp/neovim-20160527-55178-1qmn0z0/neovim-0.1.4/deps-build/usr/include -I/tmp/neovim-20160527-55178-1qmn0z0/neovim-0.1.4/deps-build/usr/include -I/tmp/neovim-20160527-55178-1qmn0z0/neovim-0.1.4/deps-build/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20160527-55178-1qmn0z0/neovim-0.1.4/build/src/nvim/auto -I/tmp/neovim-20160527-55178-1qmn0z0/neovim-0.1.4/build/include
Compiled by xxx@xxx

Optional features included (+) or not (-): +acl   +iconv    +jemalloc
For differences from Vim, see :help vim-differences

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/local/Cellar/neovim/0.1.4/share/nvim"
  • Type:

    • [x] Question

  • OS:

    • [x] OS X

  • Vim:

    • [x] Neovim

Most helpful comment

Like the error message suggests, first run :PlugClean to clean up the directory then do :PlugInstall again.

All 2 comments

Like the error message suggests, first run :PlugClean to clean up the directory then do :PlugInstall again.

Thank You
Works like a charm

Was this page helpful?
0 / 5 - 0 ratings

Related issues

airblade picture airblade  路  9Comments

martin-svk picture martin-svk  路  21Comments

alexanderjeurissen picture alexanderjeurissen  路  8Comments

esn89 picture esn89  路  10Comments

zoqaeski picture zoqaeski  路  10Comments