From cf64e78fc1e8ed8d1ffb995daa8811973a68b25f Mon Sep 17 00:00:00 2001 From: Jia Zhang Date: Tue, 26 Feb 2019 12:12:35 +0800 Subject: [PATCH] Fix the URL of xmas-elf in .gitmodules Althrough github can automatically redirect the access from http to https. Signed-off-by: Jia Zhang --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 64a350c3..ab2343fa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,7 +4,7 @@ branch = master [submodule "deps/xmas-elf"] path = deps/xmas-elf - url = http://github.com/occlum/xmas-elf + url = https://github.com/occlum/xmas-elf branch = master [submodule "deps/sgx_protect_file"] path = deps/sgx_protect_file