pycom / pycom-micropython-sigfox

A fork of MicroPython with the ESP32 port customized to run on Pycom's IoT multi-network modules.
MIT License
198 stars 167 forks source link

lwip library error in git #602

Closed syndycat closed 2 years ago

syndycat commented 2 years ago

Please include the following information when submitting a bug report:

all boards 1.20.2.r6

git clone --recursive https://github.com/pycom/pycom-micropython-sigfox.git

raises error at one point

Cloning into '/home/code/pycom-micropython-sigfox/lib/lwip'... fatal: unable to access 'https://git.savannah.gnu.org/r/lwip.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none fatal: clone of 'https://git.savannah.gnu.org/r/lwip.git' into submodule path '/home/code/pycom-micropython-sigfox/lib/lwip' failed Failed to clone 'lib/lwip'. Retry scheduled

syndycat commented 2 years ago

can be skipped with export GIT_SSL_NO_VERIFY=1