spf13-vim
spf13-vim copied to clipboard
Can't install : E282: Cannot read from "/root/.spf13-vim-3/.vimrc.bundles.default"
I tried to install and was unsuccessful:
root@2f39a034e21d:~/.spf13-vim-3# curl http://j.mp/spf13-vim3 -L -o - | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 142 100 142 0 0 716 0 --:--:-- --:--:-- --:--:-- 717
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 4923 100 4923 0 0 5713 0 --:--:-- --:--:-- --:--:-- 5713
trying to update spf13-vim
fatal: Not a git repository (or any of the parent directories): .git
\e[32m[✔]\e[0m Successfully updated spf13-vim
\e[32m[✔]\e[0m Setting up vim symlinks
trying to update vundle
From https://github.com/gmarik/vundle
* branch master -> FETCH_HEAD
Already up-to-date.
\e[32m[✔]\e[0m Successfully updated vundle
\e[32m[✔]\e[0m Successfully cloned vundle
Vim: Warning: Input is not from a terminal
E282: Cannot read from "/root/.spf13-vim-3/.vimrc.bundles.default"
Press ENTER or type command to continue
\e[32m[✔]\e[0m Now updating/installing plugins using Vundle
in my ~/.spf13-vim-3
directory there is only one directory: .vim
The command is being run as root so permissions shouldn't be a problem .
Any thoughts?
Remove ~/.spf13-vim-3 and everything ~/.vim* (backup any existing custom .vimrc files first if you have them) and try installing again.
As noted here.
works for me, thanks
Removing .spf13-vim-3 worked for me as well thanks.