From 4e7632f3c0bd2fbc0565b728d0b8b4050ca7f89e Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Thu, 11 May 2017 22:17:13 -0700 Subject: [PATCH] Edit the URL to use http instead of ssh, allowing for non-ssh access. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 895ceaf..4192498 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "external/libds"] path = external/libds - url = git@dev.danilafe.com:Experiments/libds.git + url = http://dev.danilafe.com/Experiments/libds.git