Install problems

108 views
Skip to first unread message

Kevin Riggins

unread,
Jul 27, 2016, 3:26:20 PM7/27/16
to spf13-vim-discuss
Using the curl oneliner from the web page, I get the following output. Worked fine on my ubuntu box, but fails like this on OS X El Capitan.

Shell: bash
Vim: MacVim

Output:

Attempting to back up your original vim configuration.
/Users/kevinriggins/.vim -> /Users/kevinriggins/.vim.20160727_1469647368
Trying to update spf13-vim
Cloning into '/Users/kevinriggins/.spf13-vim-3'...
fatal: unable to access 'https://github.com/spf13/spf13-vim.git/': Received HTTP code 302 from proxy after CONNECT
[✔] Setting up vim symlinks.
Trying to update vundle
Cloning into '/Users/kevinriggins/.vim/bundle/vundle'...
fatal: unable to access 'https://github.com/gmarik/vundle.git/': Received HTTP code 302 from proxy after CONNECT
Vim: Warning: Input is not from a terminal
E282: Cannot read from "/Users/kevinriggins/.spf13-vim-3/.vimrc.bundles.default"
Press ENTER or type command to continue

Do I need to do something to tell git or curl or whatever to follow the 302 redirects?

Kevin

Geoffrey Van Wyk

unread,
Jul 29, 2016, 11:02:32 AM7/29/16
to spf13-vim-discuss
The "-L" option of curl tells it to follow redirects.

curl http://j.mp/spf13-vim3 -L -o - | sh

Kevin Riggins

unread,
Aug 2, 2016, 12:48:57 PM8/2/16
to spf13-vi...@googlegroups.com
I wonder if my curl is broken. I was using the -L option and it is still failing. I did try the command line you suggested.

Kevin

--
You received this message because you are subscribed to a topic in the Google Groups "spf13-vim-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/spf13-vim-discuss/jLgzNYVSrIw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to spf13-vim-disc...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages