From 9a2543118e58b116e6ce164fc571ca2669555aff Mon Sep 17 00:00:00 2001 From: Hendrik Schaeidt Date: Fri, 4 Apr 2014 18:21:39 +0200 Subject: [PATCH] in some cases the git protocol cannot be processed (port blocking or other reasons) with https it should work for everyone --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a80bd0ca96..63888090db 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "content/themes/casper"] path = content/themes/casper - url = git://github.com/TryGhost/Casper.git + url = https://github.com/TryGhost/Casper.git