From 8f60d1d459362771cb68c0097565efdf52e62ec3 Mon Sep 17 00:00:00 2001 From: Stephen Rasku Date: Thu, 31 Aug 2017 09:08:57 -0700 Subject: [PATCH] Use https:// to clone HTTPS is better supported in proxied corporate environments. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index a5f91f6..d81c287 100644 --- a/README.markdown +++ b/README.markdown @@ -66,7 +66,7 @@ If you don't have a preferred installation method, one option is to install and paste: cd ~/.vim/bundle - git clone git://github.com/tpope/vim-fugitive.git + git clone https://github.com/tpope/vim-fugitive.git vim -u NONE -c "helptags vim-fugitive/doc" -c q If your Vim version is below 7.2, I recommend also installing