pycom / pycom-esp-idf

A fork of the Espressif IDF
Apache License 2.0
57 stars 61 forks source link

branch idf_V3.1: "git submodule update --init" fails #12

Closed robert-hh closed 5 years ago

robert-hh commented 5 years ago

After getting a fresh clone of the pycom-esp-idf including the --recursive option, checking out branch idf_v3.1, the command "git submodule update --init" fails with the error:

error: Der Server lehnt Anfrage nach nicht angebotenem Objekt 71c281af48a6ae006634329bf96cad83e4832cd5 ab.
"fetch" in Submodul-Pfad 'components/aws_iot/aws-iot-device-sdk-embedded-C' ausgeführt, aber 71c281af48a6ae006634329bf96cad83e4832cd5 nicht
enthalten. Direktes Anfordern dieses Commits ist fehlgeschlagen.

translated by deepl into:

error: The server rejects request for not offered object 71c281af48a6ae006634329bf96cad83e4832cd5.
"fetch" in submodule path 'components/aws_iot/aws-iot-device-sdk-embedded-C' executed, but 71c281af48a6ae006634329bf96cad83e4832cd5 not
must be included. Direct request of this commit failed.
iwahdan88 commented 5 years ago

Did you try git submodule sync before submodule update?

robert-hh commented 5 years ago

Thanks. That was missing. I think it happened before.