From be0dce7ff6606bc0379ed209649a9fe74091d786 Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Tue, 9 Feb 2016 09:49:19 +0100 Subject: [PATCH] Load submodules from HTTPS --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index b887685f..743b8e91 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "shunit2"] path = shunit2 - url = git@github.com:kward/shunit2.git + url = https://github.com/kward/shunit2.git