mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
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.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[submodule "test262"]
|
||||
path = test262
|
||||
url = git@github.com:tc39/test262.git
|
||||
url = https://github.com/tc39/test262
|
||||
shallow = true
|
||||
|
||||
Reference in New Issue
Block a user