From d7dd0510679e5d096b7aef1d07900c6f53baa9e4 Mon Sep 17 00:00:00 2001 From: peter-kehl Date: Tue, 16 Aug 2016 12:51:03 +1000 Subject: [PATCH] Making the submodule accessible behind a proxy (via https:// instead of git://). --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 85665678e..ab7203eb2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "shFlags"] path = shFlags - url = git://github.com/nvie/shFlags.git + url = https://github.com/nvie/shFlags.git