VundleVim / Vundle.vim

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

Error curl or wget is not available! Windows 10, even though curl is available #890

Open flyfishMT opened 5 years ago

flyfishMT commented 5 years ago

curl is now included with Windows 10 - https://blogs.technet.microsoft.com/virtualization/2017/12/19/tar-and-curl-come-to-windows/

C:\Users\myusername>curl --version curl 7.55.1 (Windows) libcurl/7.55.1 WinSSL Release-Date: [unreleased] Protocols: dict file ftp ftps http https imap imaps pop3 pop3s smtp smtps telnet tftp Features: AsynchDNS IPv6 Largefile SSPI Kerberos SPNEGO NTLM SSL

I have used it to get the list of vim plugins:

curl http://vim-scripts.org/api/scripts.json

Yet, when I run any vundle commands, I get

"Error curl or wget is not available!"

Thanks

davidlowryduda commented 5 years ago

Unfortunately, there are not many people currently monitoring vundle's issues. I sometimes come through, but unfortunately I don't have a windows machine and I have never used vim on windows. I regret to say that I think windows users might find using a different plugin manager easier for them. (Although I love vundle for macOS/linux systems).

Good luck!

flyfishMT commented 5 years ago

Ok thanks for letting me know