From ee08fe494bd360ae01dde280e451bc7f52bdf043 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Wed, 5 Apr 2017 14:39:14 +0200 Subject: [PATCH] Use HTTPS URL for submodule to allow read access for non GH users This is required to be able to clone the repository and its submodules without having a GitHub account. An example use case is consuming card.io through carthage to build an iOS application within a large team of engineers where people simply cannot be required to sign up for GitHub and upload their SSH key just to build the app. See also https://github.com/Carthage/Carthage/issues/1865 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 1431e227..c85b97cc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "dmz"] path = dmz - url = git@github.com:card-io/card.io-dmz.git + url = https://github.com/card-io/card.io-dmz.git \ No newline at end of file