From 56ee914b2e6edb5ff406de2e27604b4d525697be Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Thu, 15 May 2014 15:57:15 -0700 Subject: [PATCH] Using https over git protocol for ycmd submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 4aa21979..78984783 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,4 @@ url = https://github.com/kennethreitz/requests [submodule "third_party/ycmd"] path = third_party/ycmd - url = git@github.com:Valloric/ycmd.git + url = https://github.com/Valloric/ycmd