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.
Jan Kassens committed
Jan 12, 2024 at 15:07 UTC
f6f042d747be336e272c6b0d205fb15b6e7de8f6
1 file changed
+1
-1
compiler/.gitmodules
+1
-1
@@ -1,4 +1,4 @@
1
[submodule "test262"]
2
path = test262
3
- url = git@github.com:tc39/test262.git
3
+ url = https://github.com/tc39/test262
4
shallow = true