From f0c34e56ab4b7bbf0357863ff58309759b207ec0 Mon Sep 17 00:00:00 2001 From: wangshijun2010 Date: Wed, 11 Dec 2013 09:01:50 +0800 Subject: [PATCH] use https for 3rdparty modules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index ca6a48f0b..44fa6fdf6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "vendor/libgit2"] path = vendor/libgit2 - url = git://github.com/libgit2/libgit2.git + url = https://github.com/libgit2/libgit2.git