spf13 / spf13-vim

The ultimate vim distribution
http://vim.spf13.com
Apache License 2.0
15.56k stars 3.63k forks source link

Adding Your Own Bundles #704

Open griadooss opened 9 years ago

griadooss commented 9 years ago

I follow the instructions as published, viz:

Adding Your Own Bundles: Create ~/.vimrc.bundles.local for any additional bundles. To add a new bundle: echo Bundle \'spf13/vim-colors\' >> ~/.vimrc.bundles.local

.. then when running

  'vim +BundleInstall! +BundleClean +q' 

the process stops at my newly added bundle and asks for my git username and password ... of course this is not accepted as i am not owner of the vim plugin project.

Why is it asking for MY git details??

Anybody??

PS: this is the plugin i am trying to include - :

$ cd ~/.spf13-vim-3/.vim/bundle git clone git://github.com/aperezdc/vim-template.git

Thanks

bronzehedwick commented 9 years ago

This is not an issue with spf13, but rather with how you setup your github credentials. I would check the github docs and make sure you have a working ssh key uploaded.

ootput commented 9 years ago

Why not clone over https?