I followed the installation instructions but I just always get:
Processing 'Valloric/YouCompleteMe'
Error detected while processing function vundle#installer#run..vundle#installer#instal
l_and_require..vundle#installer#install..<SNR>19_sync..<SNR>19_system:
line 1:
E484: Can't open file /var/folders/fk/mt9zfm3n2853v1pcy0q3y25h0000gp/T/vGZINDe/7
And similar messages.
I'm on MacOSX.
Seems like the same as #175. I'm using the Fish shell.
set shell=/bin/bash in my .vimrc fixed it also for me. This should be put in the README.
It's in the wiki already.
Question 4:
https://github.com/gmarik/vundle/wiki
i has the same problem , but i'm on Win32.
the cause of my problem is option shellslash is set by a plugin which i've not found.
so if i run " let &shellslash=0"
then everything is ok.
@scil: Thanks! For me, it was klen/python-mode. I reported the issue: https://github.com/klen/python-mode/issues/360.
@scil: thanks for resolving my issue on Windows.
This issues shoud be closed.
@Shougo I agree. The original issue is closed and added to the faq and so is the second shellslash issue with recent merge. No need to have any more comments here. Closed.
Most helpful comment
set shell=/bin/bashin my.vimrcfixed it also for me. This should be put in the README.