From 89d4bcf98d891a90650f8955b9960485a40b8fff Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 13 Mar 2021 18:15:45 +0100 Subject: [PATCH] remove ssh:// (maybe thats the problem) --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 417146e03..55bad9c77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "mithril_client"] path = mithril_client - url = ssh://git@github.com:gradido/gradido_mithrilJS_client.git + url = git@github.com:gradido/gradido_mithrilJS_client.git [submodule "src/protobuf"] path = src/protobuf - url = ssh://git@github.com:gradido/gradido_protocol.git + url = git@github.com:gradido/gradido_protocol.git