Vim Vundle can';t安装插件

Vim Vundle can';t安装插件,vim,vundle,Vim,Vundle,我正在尝试安装rust.vim,并且按照说明安装了Vundle,在调用Vundle#end()之前,我在我的vim.rc文件中添加了插件'rust lang/rust.vim',但是当我尝试加载vim时,我得到了以下信息 Error detected while processing /Users/jordanbaron/.vim/bundle/newL9/plugin/l9.vim: line 40: E174: Command already exists: add ! to repla

我正在尝试安装rust.vim,并且按照说明安装了Vundle,在调用Vundle#end()之前,我在我的vim.rc文件中添加了
插件'rust lang/rust.vim'
,但是当我尝试加载vim时,我得到了以下信息

Error detected while processing /Users/jordanbaron/.vim/bundle/newL9/plugin/l9.vim:
line   40:
E174: Command already exists: add ! to replace it
line   89:
E174: Command already exists: add ! to replace it
line  100:
E174: Command already exists: add ! to replace it
line  104:
E174: Command already exists: add ! to replace it
我按enter键,当我使用“:PluginInstall”时,它会显示“已完成但有错误”,下面是日志中的内容:

[2017-03-14 17:16:10]                                                          |
[2017-03-14 17:16:10] Plugin file:///home/gmarik/path/to/plugin                |~                                                                             
[2017-03-14 17:16:10] $ git clone --recursive 'file:///home/gmarik/path/to/plug|~                                                                             
in' '/Users/jordanbaron/.vim/bundle/plugin'                                    |~                                                                             
[2017-03-14 17:16:10] > Cloning into '/Users/jordanbaron/.vim/bundle/plugin'...|~                                                                             
[2017-03-14 17:16:10] > fatal: '/home/gmarik/path/to/plugin' does not appear to|~                                                                             
 be a git repository                                                           |~                                                                             
[2017-03-14 17:16:10] > fatal: Could not read from remote repository.          |~                                                                             
[2017-03-14 17:16:10] >                                                        |~                                                                             
[2017-03-14 17:16:10] > Please make sure you have the correct access rights    |~                                                                             
[2017-03-14 17:16:10] > and the repository exists.                             |~                                                                             
[2017-03-14 17:16:10] >                                                        |~                                                                             
[2017-03-14 17:16:11]                                                          |~                                                                             
[2017-03-14 17:16:11] Helptags:                                                |~                                                                             
[2017-03-14 17:16:11] :helptags /Users/jordanbaron/.vim/bundle/Vundle.vim/doc  |~                                                                             
[2017-03-14 17:16:11] :helptags /Users/jordanbaron/.vim/bundle/vim-fugitive/doc|~                                                                             
[2017-03-14 17:16:11] :helptags /Users/jordanbaron/.vim/bundle/L9/doc          |~                                                                             
[2017-03-14 17:16:11] :helptags /Users/jordanbaron/.vim/bundle/command-t/doc   |~                                                                             
[2017-03-14 17:16:11] :helptags /Users/jordanbaron/.vim/bundle/newL9/doc       |~                                                                             
[2017-03-14 17:16:11] :helptags /Users/jordanbaron/.vim/bundle/rust.vim/doc    |~                                                                             
[2017-03-14 17:16:11] Helptags: 6 plugins processed

看起来你的vimrc有一些输入错误。你能分享你的vimrc吗?问题命令是“Plugin”file:///home/gmarik/path/to/plugin“这会引起问题。gmarik是Vundle的原始作者,这无疑是某种复制/粘贴问题。