From 50db992cef79a15d93d0b5ec1477bee66f96e314 Mon Sep 17 00:00:00 2001 From: Prata Date: Thu, 16 Jun 2022 04:02:10 -0300 Subject: [PATCH 1/2] Update README.md Add warning about problem with submodule url specification. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8f04adaac1c1..5a0259cadb1f 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,12 @@ Git user attention cocos2d-x $ python download-deps.py 3. After running `download-deps.py`. + __ Currently there is a problem with submodules URL specification __ + __ to circunvent this issue change urls in .gitmodules and .git/config __ + __ from '''git://''' to '''https://'''___ cocos2d-x $ git submodule update --init + Download stable versions ----------------------- From 8c5f6ecd8484d563423833b691747221018007da Mon Sep 17 00:00:00 2001 From: Prata Date: Thu, 16 Jun 2022 04:14:06 -0300 Subject: [PATCH 2/2] Update README.md Change formatting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5a0259cadb1f..37db5f7c3898 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,13 @@ Git user attention $ cd cocos2d-x cocos2d-x $ python download-deps.py -3. After running `download-deps.py`. - __ Currently there is a problem with submodules URL specification __ - __ to circunvent this issue change urls in .gitmodules and .git/config __ - __ from '''git://''' to '''https://'''___ +3. After running `download-deps.py`. cocos2d-x $ git submodule update --init +> **ATTENTION** Currently there is a problem with submodules URL specification. to circumvent this issue, change urls +in `.gitmodules` and `.git/config` files from _git://_ to _https://_. + Download stable versions -----------------------