VundleVim / Vundle.vim

Vundle, the plug-in manager for Vim
http://github.com/VundleVim/Vundle.Vim
MIT License
23.92k stars 2.58k forks source link

Unable to install vim-gitgutter #826

Open ankitrg opened 7 years ago

ankitrg commented 7 years ago

I am trying to install vim-gitgutter using Vundle but I'm getting the following error:

[2017-07-26 23:09:05] Plugin URI change detected for Plugin vim|  1 
    -gitgutter                                                     |~                                                                  
  2 [2017-07-26 23:09:05] >  Plugin vim-gitgutter old URI:         |~                                                                  
  3 [2017-07-26 23:09:05] >  Plugin vim-gitgutter new URI: https://|~                                                                  
    github.com/airblade/vim-gitgutter.git                          |~                                                                  
  4 [2017-07-26 23:09:05]                                          |~                                                                  
  5 [2017-07-26 23:09:05] Plugin airblade/vim-gitgutter            |~                                                                  
  6 [2017-07-26 23:09:05] $ cd '/home/aks/.config/nvim/bundle/vim-g|~                                                                  
    itgutter' && git remote set-url origin 'https://github.com/airb|~                                                                  
    lade/vim-gitgutter.git' && git fetch && git reset --hard origin|~                                                                  
    /HEAD && git submodule update --init --recursive               |~                                                                  
  7 [2017-07-26 23:09:05] > fatal: Not a git repository (or any of |~                                                                  
    the parent directories): .git                                  |~                                                                  
  8 [2017-07-26 23:09:05] >        

Can you please help me with this?

I have also opened an issue here https://github.com/airblade/vim-gitgutter/issues/429

albfan commented 6 years ago

Seems you have the plugin (without cloning a repo in /home/aks/.config/nvim/bundle/vim-gItgutter)

ryanoasis commented 6 years ago

@ankitrg Can you post a minimal vimrc ?