From 7548b1a0410f6c179ba8a61dd81c61193d660b49 Mon Sep 17 00:00:00 2001 From: Martin Chang Date: Tue, 22 Oct 2019 18:54:39 +0800 Subject: [PATCH] Use HTTPS instead of SSH for submodule Hi, This PR lets LayerViz to be clone-able without a SSH key. (Some might not have SSH added to github) Thanks --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index af36aec..8b22de4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "Easy3D"] path = Easy3D - url = git@github.com:LiangliangNan/Easy3D.git + url = https://github.com/LiangliangNan/Easy3D.git