Skip to content

Commit c9b1e37

Browse files
committed
git clone using http:// rather than git://, for people behind firewall
1 parent 811fe4a commit c9b1e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ for i in $HOME/.vim $HOME/.vimrc $HOME/.gvimrc; do [ -e $i ] && mv $i $i.$today;
2020

2121

2222
echo "cloning spf13-vim\n"
23-
git clone --recursive -b 3.0 git://github.com/spf13/spf13-vim.git $endpath
23+
git clone --recursive -b 3.0 http://github.com/spf13/spf13-vim.git $endpath
2424
mkdir -p $endpath/.vim/bundle
2525
ln -s $endpath/.vimrc $HOME/.vimrc
2626
ln -s $endpath/.vim $HOME/.vim

0 commit comments

Comments
 (0)