From 2d346448b37e84a6c177642110a09b00c74f81c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Thu, 6 Dec 2018 15:44:35 +0100 Subject: [PATCH] Use https for submodules to avoid SSH key exchange --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 51e69c525..b2bde5a9f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,7 +6,7 @@ url = https://github.com/Human-Connection/API.git [submodule "Nitro-Web"] path = Nitro-Web - url = git@github.com:Human-Connection/Nitro-Web.git + url = https://github.com/Human-Connection/Nitro-Web.git [submodule "Nitro-Backend"] path = Nitro-Backend - url = git@github.com:Human-Connection/Nitro-Backend.git + url = https://github.com/Human-Connection/Nitro-Backend.git