bitcraze / crazyflie-firmware

The main firmware for the Crazyflie Nano Quadcopter, Crazyflie Bolt Quadcopter and Roadrunner Positioning Tag.
GNU General Public License v3.0
1.21k stars 1.06k forks source link

Error Cloning CMSIS Submodule #1434

Open cookacola opened 2 weeks ago

cookacola commented 2 weeks ago

I'm currently using MacOS with the toolbelt. After cloning recursively, it seems like there are issues cloning the correct submodules, especially CMSIS.

cookacola commented 2 weeks ago

Specifically, Unable to checkout 'a65b7c9a3e6502127fdb80eb288d8cbdf251a6f4' in submodule path 'vendor/CMSIS'

ataffanel commented 2 weeks ago

Hi, This is an issue we have seen before and it is likely due to cmsis being quite big and github throttling downloads. You can try again later and the issue should be fixed. Please tell us if many retry does not help.

The solution would be to pull the .zip of cmsis instead of getting it as a git submodule. I am renaming this issue and let's use it to track the fix.

cookacola commented 6 days ago

fatal: the remote end hung up unexpectedly fatal: Unable to checkout 'a65b7c9a3e6502127fdb80eb288d8cbdf251a6f4' in submodule path 'vendor/CMSIS'

Still this error persists.