hwacha-template icon indicating copy to clipboard operation
hwacha-template copied to clipboard

Initial script execution not passed

Open hoangt opened this issue 6 years ago • 1 comments

I run scripts/init-submodules script to checkout dependent modules. Unfortunately, many modules are not able to pull. One could be wrong url path in ".gitmodules" file, another reason could be due to GIT version (1.9.1)

hoangt avatar Jan 30 '19 22:01 hoangt

Some submodule URLs in esp-tools and torture were still using SSH instead of HTTPS, which should be fixed as of commit 1b26b5cad051f8265956ebc816b8e0146014fa4d.

The only other "unusual" git feature in scripts/init-submodules is the -C option, but that was introduced in 1.8.5: git/git@44e1e4d67d5148c245db362cc48c3cc6c2ec82ca

a0u avatar Jan 30 '19 23:01 a0u