From fbdd7e136defd9642defca2932b744e014449cd5 Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Mon, 19 Feb 2018 10:22:38 +0100 Subject: [PATCH] try git:// protocol for submodules --- .gitmodules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 672284d..79de339 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,14 +1,14 @@ [submodule "simgear"] path = simgear - url = https://git.code.sf.net/p/flightgear/simgear + url = git://git.code.sf.net/p/flightgear/simgear branch = release/2018.1 [submodule "flightgear"] path = flightgear - url = https://git.code.sf.net/p/flightgear/flightgear + url = git://git.code.sf.net/p/flightgear/flightgear branch = release/2018.1 [submodule "fgrun"] path = fgrun - url = https://git.code.sf.net/p/flightgear/fgrun + url = git://git.code.sf.net/p/flightgear/fgrun branch = next [submodule "fgdata"] path = fgdata @@ -16,9 +16,9 @@ branch = release/2018.1 [submodule "windows-3rd-party"] path = windows-3rd-party - url = https://git.code.sf.net/p/flightgear/windows-3rd-party + url = git://git.code.sf.net/p/flightgear/windows-3rd-party branch = master [submodule "getstart"] path = getstart - url = https://git.code.sf.net/p/flightgear/getstart + url = git://git.code.sf.net/p/flightgear/getstart branch = release/2018.1