From f6f042d747be336e272c6b0d205fb15b6e7de8f6 Mon Sep 17 00:00:00 2001 From: Jan Kassens Date: Fri, 12 Jan 2024 15:07:24 -0500 Subject: [PATCH] Switch test262 submodule to https url I had trouble checking out the repo using Sapling because the submodule couldn't clone properly. I got > Error: Permission denied (publickey) In my branch I tested that the https URL format seems to work okay with Sapling. --- compiler/.gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/.gitmodules b/compiler/.gitmodules index 41727ceff0..b10f021f2a 100644 --- a/compiler/.gitmodules +++ b/compiler/.gitmodules @@ -1,4 +1,4 @@ [submodule "test262"] path = test262 - url = git@github.com:tc39/test262.git + url = https://github.com/tc39/test262 shallow = true