Use https for submodules to avoid SSH key exchange

This commit is contained in:
Robert Schäfer 2018-12-06 15:44:35 +01:00
parent 0243bfbec2
commit 2d346448b3

4
.gitmodules vendored
View File

@ -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