加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

安装Bundle for Vim时出错

发布时间:2020-12-15 22:14:19 所属栏目:安全 来源:网络整理
导读:我厌倦了为 vim安装bundle. 我输入:BundleInstall,似乎无法安装 Bundle 'git://git.wincent.com/command-t.git' |~ Bundle 'file:///Users/gmarik/path/to/plugin' 日志显示了这一点 [131205 15:35:35] Bundle git://git.wincent.com/command-t.git |~ [131
我厌倦了为 vim安装bundle.
我输入:BundleInstall,似乎无法安装

Bundle 'git://git.wincent.com/command-t.git'                         |~ 
Bundle 'file:///Users/gmarik/path/to/plugin'

日志显示了这一点

[131205 15:35:35] Bundle git://git.wincent.com/command-t.git               |~                                                                         
[131205 15:35:35] $git clone --recursive 'git://git.wincent.com/command-t.|~                                                                         
git' '/home/p/.vim/bundle/command-t'                                       |~                                                                         
[131205 15:35:35] > fatal: read error: Connection reset by peer^@Cloning in|~                                                                         
to '/home/p/.vim/bundle/command-t'...^@                                    |~                                                                         
[131205 15:35:36]                                                          |~                                                                         
[131205 15:35:36] Bundle file:///Users/gmarik/path/to/plugin               |~                                                                         
[131205 15:35:36] $git clone --recursive 'file:///Users/gmarik/path/to/plu|~                                                                         
gin' '/home/p/.vim/bundle/plugin'                                          |~                                                                         
[131205 15:35:36] > Cloning into '/home/p/.vim/bundle/plugin'...^@fatal: '/|~                                                                         
Users/gmarik/path/to/plugin' does not appear to be a git repository^@fatal:|~                                                                         
 Could not read from remote repository.^@^@Please make sure you have the co|~                                                                         
rrect access rights^@and the repository exists.^@

怎么解决?

解决方法

出现这两个错误是因为您误解了Vundle的安装.
你在GitHub repo( https://github.com/gmarik/vundle#about)上看到的是一个示例配置.

由于您无法访问它们,因此您不需要提供错误的两行(一个可能是私有GIT而另一个是本地文件),因此只需删除.vimrc中的那些行.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读