-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
:BundleInstall and :Bundles throw errors, don't work #175
Comments
I managed to capture the error output:
|
|
@maxcountryman, happy to hear that you managed to fix it! |
Wow, that one fixed all bundles refusing to install with a useless processing error. Using zsh here, but it worked at work where I use zsh too. |
It fixed for me too.. I was getting a processing error with "E484 can't open file /tmp" I am using fish. Would love to know what went wrong. |
I, too, have this problem with fish. zsh and bash worked fine. @maxcountryman can you tell us how you have captured the output? |
@haarts I forget how to do it now, but there's a way to copy that buffer where the error propagates in vim. Maybe Google can tell you? |
I was getting this with Fish as well. @maxcountryman: Is that what you're using? Vim requires a POSIX-Compliant shell. Fish isn't. The solution is to add this to the top of your vimrc: |
@bs yes, I use fish. |
I too ran into this and fixed it by adding |
I just started to see this error on Windows. The errors I get are:
|
Due to the issue VundleVim#175, Is there a reason not to put in the boilerplate vimrc?
@gmarik I just ran into this as well. Wouldn't this be pretty easy to fix by wrapping all shell invocations in a The solution of setting the shell in |
@ahti that would unfortunately not fly on windows. |
|
Many thanks for this. |
My Windows10 Solution: and add "set shell=git" in the vimrc ok. Everything works fine. |
2333, this plug-in relies on git, so make sure that you can find git in system environment variables. |
If you're using Windows, delete the set shell=powershell, it only works at cmd terminal |
Hi,
I've been banging my head against a wall with this for the last several hours: basically I can't seem to get Vundle to work at all.
I'm running OS X 10.7.3, MacVim Snapshot 64. I've cloned Vundle into ~/.vim/bundle/vundle. Here's my vimrc for reference: http://pastebin.com/raw.php?i=tXhZJ1bH
The most persistent error is related to /var not being writable: "Can't open file: /var/folders/q4/..." (Although the specific path is owned by be user and other apps are using /var just fine.) Also I see "Error fetching scripts!" with :Bundles. There's some other error about undefined variables that pops up now and then.
I finally decided to just rm -rf ~/.vim and start from scratch. But the same issues persist. Any idea what might be causing this?
The text was updated successfully, but these errors were encountered: