sontek/homies

errors when gitting "bundle/fugitive"

Tiysee opened this issue · 1 comments

when I executed ./install.sh vim, everthing is ok before gitting "bundle/fugitive"
my terminal is stuck there.
and it throw an error:

Initialized empty Git repository in /home/tys/Downloads/dotfiles/_vim/bundle/fugitive/.git/
error: RPC failed; result=22, HTTP code = 400

I modified "url = http://github.com/tpope/vim-fugitive.git" to "url = ssh://git@github.com/tpope/vim-fugitive" in dotfiles/.git/config
then "./install.sh",it works