From 49166572c8e55ed0e20388bbfea96a88a09e7cfc Mon Sep 17 00:00:00 2001 From: Renaud AUBIN Date: Tue, 24 Dec 2013 09:57:30 +0100 Subject: [PATCH] Use https instead of ssh for submodules access To enable direct access through a proxy, the submodules url definitions need to use https instead of ssh. --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 80584ea..607033b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "snippets"] - path = snippets - url = git@github.com:AndreaCrotti/yasnippet-snippets.git + path = snippets + url = https://github.com/AndreaCrotti/yasnippet-snippets.git [submodule "yasmate"] - path = yasmate - url = git@github.com:capitaomorte/yasmate.git + path = yasmate + url = https://github.com/capitaomorte/yasmate.git