scrooloose / vimfiles

The ~/.vim directory that we share at work
863 stars 465 forks source link

installation problem #5

Closed ghost closed 13 years ago

ghost commented 13 years ago

caro@turbo:~$ cd ~/.vim && git submodule init && git submodule update Cloning into bundle/nerdcommenter... Permission denied (publickey). fatal: The remote end hung up unexpectedly Clone of 'git@github.com:scrooloose/nerdcommenter.git' into submodule path 'bundle/nerdcommenter' failed caro@turbo:~/.vim$

scrooloose commented 13 years ago

Doh, added the wrong submodule paths for my plugins. I have corrected it and pushed. Try again?

ghost commented 13 years ago

it works! Thanks