RomanLut / hx-esp32-cam-fpv

esp32 cam digital low latency fpv
MIT License
56 stars 9 forks source link

No url found for submodule path 'air_firmware/components/esp32-camera' in .gitmodules #5

Closed krzysztofkuczek closed 4 months ago

krzysztofkuczek commented 4 months ago

Hi, Any hint how to solve an issue? kku@rpi4:~/src/esp32-cam-fpv $ git submodule update --init --recursive fatal: No url found for submodule path 'air_firmware/components/esp32-camera' in .gitmodules Thank you in advance. Kris

krzysztofkuczek commented 4 months ago

I found the reason, the missing part in .gitmodules is: [submodule "air_firmware/components/esp32-camera"] path = air_firmware/components/esp32-camera url = https://github.com/RomanLut/esp32-camera.git branch = for-esp-cam-fpv but it's still fatal: remote error: upload-pack: not our ref 62a1416749fa505b2f96cba6d7070b089de9d504 fatal: Fetched in submodule path 'components/esp32-camera', but it did not contain 62a1416749fa505b2f96cba6d7070b089de9d504. Direct fetching of that commit failed.

krzysztofkuczek commented 4 months ago

finally solved using --recurse-submodules with git clone