Skip to content
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

E282: Cannot read from "/home/XXx/.spf13-vim-3/.vimrc.bundles"Vim: Reading from stdin... #190

Closed
xubin649 opened this issue Oct 19, 2012 · 20 comments

Comments

@xubin649
Copy link

when I tried to install spf13-vim on my ubuntu with automatic installer, I got the following error.
E282: Cannot read from "/home/XXx/.spf13-vim-3/.vimrc.bundles"Vim: Reading from stdin...

I happened to both my labtop and desktop. Please help! super thanks!!

@spf13
Copy link
Owner

spf13 commented Oct 19, 2012

What OS?

Steve Francia
@spf13

On Friday, October 19, 2012 at 3:58 PM, xubin649 wrote:

when I tried to install spf13-vim on my ubuntu with automatic installer, I got the following error.
E282: Cannot read from "/home/XXx/.spf13-vim-3/.vimrc.bundles"Vim: Reading from stdin...
I happened to both my labtop and desktop. Please help! super thanks!!


Reply to this email directly or view it on GitHub (#190).

@xubin649
Copy link
Author

Thank you for the quick reply. I'm running it on ubuntu 12.10

@jesuscakes
Copy link

I am having the same problem in Arch Linux. Fix it please please please.

@spiroski
Copy link

Same problem elementary OS (ubuntu 12.04 based).

@akamike
Copy link

akamike commented Oct 26, 2012

Had the same problem on OS X 10.7.5, removing ~/.spf13-vim and running the install again worked for me.

@xubin649
Copy link
Author

I installed it manually and it finally works.

@z342526265
Copy link

I have the same problem on ubuntu 12.10 , and removing ~/.spf13-vim-3 and running the install again worked for me too.

@vqng
Copy link

vqng commented May 10, 2013

same here, removing ~/.spf13-vim-3 solved it.

@micheal-swiggs
Copy link

worked for me too.

@omerson
Copy link

omerson commented Jun 17, 2013

I have no such file (~/.spf13-vim-3)

X4 pushed a commit to X4/spf13-vim that referenced this issue Jul 16, 2013
@spf13
Copy link
Owner

spf13 commented Jul 30, 2013

I believe this has been resolved with the latest installer. Please reopen with more information if it is still an issue.

@spf13 spf13 closed this as completed Jul 30, 2013
@lmayorga1980
Copy link

Recently encountered this issue, and removing existing .spf13 older worked for me as well.

jonaustin added a commit to jonaustin/spf13-vim that referenced this issue Aug 26, 2013
* '3.0' of https://github.com/spf13/spf13-vim: (34 commits)
  Add various useful commands
  Airline: Disabling Powerline Fonts and Updating README
  Aesthetic fix for current-line gutter highlight
  add multiple-cursors
  Update bootstrap.sh
  Airline: Configure to Look More Like Powerline
  Airline: Configure to Look More Like Powerline
  Installer: Define Git URI for Easier Forking
  Fixed neocomplete configuration according to the migration guide: https://github.com/Shougo/neocomplete.vim/wiki/neocomplete-migration-guide
  making new installer posix compliant
  added support for neocomplete
  Update bootstrap.sh
  Update bootstrap.sh
  Update bootstrap.sh
  refined do_backup(), removed lnif(), added fork_maintainer flag, creating empty .vimrc.local now
  re-enabling backup script
  Fixed incorrect quoting and closing issue spf13#190 and similar problems with vundle.
  refactored bootstrap.sh into seperate functions. Fixed an installer bug that caused dead and circular symlinks and also failed at git clone.
  Expect j and k to behave consistently in normal, visual, operator and select mode and thus use noremap instead of nnoremap for j and k.
  Switching default to vim-airline. Define g:spf13_use_powerline to keep powerline
  ...

Conflicts:
	bootstrap.sh
@okayboy
Copy link

okayboy commented Jan 12, 2015

I have the same problem on Mac OS X 10.10.1 and removing .sp13-vim worked for me.

@Puneeth-n
Copy link

Had the same problem today on OS X 10.10 removing .spf13-vim worked for me

@lcytzk
Copy link

lcytzk commented Dec 7, 2015

I have the same problem on Mac OS X 10.11.1 and removing .sp13-vim worked for me.

@zhidou
Copy link

zhidou commented Dec 26, 2015

I still have that problem on Mac os x 10.11.1. and I don't know how to deal with it. How to remove .sfp13-vim?? that means remove sfp13-vim.sh??

@gideon-maina
Copy link

I had the same problem on Mac OS X 10.11.5 El Capitan and removing (rm -rf .sp13-vim3) worked for me too.

@netcookies
Copy link

ye, rm -rf .spf13-vim-3 worked fo me

@elangx
Copy link

elangx commented Mar 28, 2017

rm -rf .spf13-vim-3 works for me too (macOS 10.12.4)

@yinsang
Copy link

yinsang commented Dec 7, 2018

brew install vim --with-lua --with-override-system-vi
curl https://j.mp/spf13-vim3 -L > spf13-vim.sh && sh spf13-vim.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests