From 2159f5481aaca4388318fd62394e4400079fcfb2 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Wed, 6 Mar 2013 07:06:16 -0700 Subject: [PATCH] Adding the vimrc line to not check ssl certs for vundle --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 4d7828e..8b9f8f9 100644 --- a/vimrc +++ b/vimrc @@ -48,6 +48,8 @@ Bundle 'bitc/vim-hdevtools' " Bundle 'Shougo/neocomplcache' Bundle 'airblade/vim-gitgutter' +let $GIT_SSL_NO_VERIFY = 'true' + filetype plugin indent on " last Vundle requirement " mouse