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

:PluginInstall fails because of "command not found" #940

Closed ghost closed 4 years ago

ghost commented 4 years ago

This might be a Vim problem instead of a Vundle problem. Just in case, I get the following log output from : PluginInstall:

[2020-07-21 13:50:38] Plugin URI change detected for Plugin Vundle.vim
[2020-07-21 13:50:38] >  Plugin Vundle.vim old URI: zsh:1: command not found: git
[2020-07-21 13:50:38] >  Plugin Vundle.vim new URI: https://github.com/VundleVim/Vundle.vim.git
[2020-07-21 13:50:39] 
[2020-07-21 13:50:39] Plugin VundleVim/Vundle.vim
[2020-07-21 13:50:39] $ cd '/Users/michael/.vim/bundle/Vundle.vim' && git remote set-url origin 'https://github.com/VundleVim/Vundle.vim.git' && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2020-07-21 13:50:39] > zsh:1: command not found: git
[2020-07-21 13:50:39] > 
[2020-07-21 13:50:40] 
[2020-07-21 13:50:40] Helptags:
[2020-07-21 13:50:40] :helptags /Users/michael/.vim/bundle/Vundle.vim/doc
[2020-07-21 13:50:40] Helptags: 1 plugins processed

I've tried the following:

  1. Run rm -rf .vim and rm .vimrc and rm .viminfo;
  2. Run brew uninstall macvim;
  3. Make sure my .zshrc contains export PATH=$HOME/bin:/usr/local/bin:$PATH and export PATH="/usr/local/sbin:$PATH";
  4. Copy and paste the .vimrc from the README;
  5. Open vim and run : PluginInstall

Yesterday, I installed the following:

I installed them all according to the methods in their respective GitHub READMEs; not necessarily Vundle. Everything was working fine yesterday. I tried uninstalling Ale today and all Hell broke loose.

ghost commented 4 years ago

My workaround was to rollback my system a couple of days, and so I won't be able to offer any help if this problem comes up for others.