kendryte / canmv

Other
58 stars 21 forks source link

Reply : clone canmv repositories was unsuccessful. #1

Closed QiaoTuCodes closed 1 year ago

QiaoTuCodes commented 1 year ago

why clone canmv repositories be block up in https://git.savannah.gnu.org/r/lwip.git submodule relpy say:

Cloning into '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 'lib/lwip' failed
Failed to recurse into submodule path 'components/micropython/core'
root@iZj6c41val1n077ywxww8iZ:~#

this probem like about certificates ? what happend ?

kendryte747 commented 1 year ago

https://github.com/kendryte/canmv/actions/runs/3345737389/jobs/5541643396#step:3:436 In github actions, can clone this submodule, try use git submodule update --init --recursive in canmv top level folder.

QiaoTuCodes commented 1 year ago

i try used:

 git clone -b v1.0.4 --recursive https://github.com/kendryte/canmv.git 

also can't gain it.

QiaoTuCodes commented 1 year ago

It seems to be a SSL permission problem. and i try edit the submodule configure files , redirect link to old https link that download successful. note: old link from micropython ver 1.9 submodule.

kendryte747 commented 1 year ago

image it seems you should have a good network without GFW.

this submodule is not necessary, so you can skip this error.

QiaoTuCodes commented 1 year ago

okey i know how do i do that. so thank you very much! :)

kendryte747 commented 1 year ago

This issue will be closed because it has not had recent activity. Thank you for your contributions.