-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vim-plug fails when running :PlugInstall citing git version requirement; git for windows 2.47.1.windows.1 is installed #1301
Comments
It can be an issue of your temp directory not allowing process execution. Does this command work? :echo system('git --help') |
The same thing happened on windows when I had git installed, I tried to run the command you gave in vim and got results that I couldn't read from the temporary file.What should I do? |
What is the output of |
|
|
The undosified path is |
I get the following error messages related to git when trying to install plugins using vim-plug after running the
:PlugInstall
from the vim command prompt.Please note that I am not using an elevated command prompt to run gvim.
Added this to the vim runtime path:
I tried to fix it by adding the following to the vim runtime path as well but it didn't cause it to detect git.
Error Message:
Git version:
Git path:
Plug Block:
vim version info
The text was updated successfully, but these errors were encountered: