Intelligent-Quads / iq_tutorials

MIT License
460 stars 252 forks source link

Failed to update submodule #36

Closed i-m-abbhay closed 1 year ago

i-m-abbhay commented 2 years ago

I am unable to run "git submodule update --init --recursive"

krum-cck commented 2 years ago

Hi, I am having the same issue updating submodules. It appears that the cause is Github stopped the usage of URL starting with 'git://'. Did you solve it ?

i-m-abbhay commented 2 years ago

No not till now. I thought there's some issue with my OS. I have already tried reinstalling Ubuntu on my machine but still getting same error.

MarsJ48 commented 2 years ago

Any updates guys?

i-m-abbhay commented 2 years ago

No, Still struggling to figure it out... I got busy in my academics due to Endsemester Exams.

French-isotope commented 2 years ago

Hi @i-m-abbhay @krum-cck @MarsJ48 , I get the same error and it appears that using :

git config --global url."https://".insteadOf git://

had done some good at my side, until I change that nothing was working. (I'm still into troubles after this step by the way) but let me know if it was good for you.

French-isotope commented 2 years ago

Hi @i-m-abbhay @krum-cck @MarsJ48

You could try to use

git checkout Copter-4.1.5

and then :

git submodule update --init --recursive it should be good, let me know if not.

rabah1991 commented 2 years ago

Hi, for me i solved it on Ubuntu 20.04 by using the latest copter version instead of 4.0.4 It would be as follow:

git checkout Copter-4.2

and then : git submodule update --init --recursive