-
-
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
fatal: destination path '/home/...' already exists and is not an empty #556
Comments
I don't know what's going on there, but have you tried |
|
ok I solved, In windows I have windows git with mingw64
and cygwin, when I called git from cygwin, cygwin was used windows git (git installed by mingw64), because windows git are in the PATH, I solved it by installing git in cygwin
my error ... sorry |
No problem. Good to hear that you found the solution. I wonder why windows git doesn't work. |
Maybe windows git work fine with Plug in windows, I tried Plug with windows git in cygwin, in cygwin under windows, cygwin and windows have different path name of directories
maybe when I was used windows git in cygwin, windows git have problems with the path name of directories. |
@juanpabloaj you saved my day! |
@juanpabloaj Thanks for the help. |
"I solved it by installing git in cygwin" - this is hardly a solution as Cygwin git is too slow. In practice many people use Windows git (MinGW or Microsoft ones). At least on Vundle this can be fixed by converting path to mixed style:
but same trick does not work for For many people this issue will be a blocker for using vim-plug. |
I use cygwin in windows 10, when I try
The install window is open but I get this message
In my
~/.vimrc
, I haveThe text was updated successfully, but these errors were encountered: