From dea5f01561dacf9ddba8be6131454fa9e2c31702 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 13 Mar 2021 18:01:08 +0100 Subject: [PATCH 1/3] fixed gitmodule urls --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index f6d75c934..09958949c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "mithril_client"] path = mithril_client - url = ssh://git@***REMOVED***/~/frontend/gradido_mithrilJS_client + url = ssh://git@github.com:gradido/gradido_mithrilJS_client [submodule "src/protobuf"] path = src/protobuf - url = ssh://git@***REMOVED***/~/gradido_protocol + url = ssh://git@github.com:gradido/gradido_protocol.git From afca6dd0484ca198f5c4784bb1d18b436fb1ba68 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 13 Mar 2021 18:07:24 +0100 Subject: [PATCH 2/3] fixed gitmodules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 09958949c..417146e03 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "mithril_client"] path = mithril_client - url = ssh://git@github.com:gradido/gradido_mithrilJS_client + url = ssh://git@github.com:gradido/gradido_mithrilJS_client.git [submodule "src/protobuf"] path = src/protobuf url = ssh://git@github.com:gradido/gradido_protocol.git From 89d4bcf98d891a90650f8955b9960485a40b8fff Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 13 Mar 2021 18:15:45 +0100 Subject: [PATCH 3/3] 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