espressif / esp-azure

SDK to connect ESP8266 and ESP32 to Microsoft Azure IoT services
176 stars 92 forks source link

Getting issues during - clone the esp-azure project (CA-76) #96

Open zafarpatel7 opened 4 years ago

zafarpatel7 commented 4 years ago

image

shahpiyushv commented 4 years ago

@zafarpatel7 , I think just trying again should fix the issue. esp-azure has a single submodule reference (azure-iot-sdk-c). All other submodules are part azure-iot-sdk-c, and not in our control. azure-iot-sdk-c is a huge repo with many submodules and so, a network error can cause errors during cloning.

zafarpatel7 commented 4 years ago

@zafarpatel7 , I think just trying again should fix the issue. esp-azure has a single submodule reference (azure-iot-sdk-c). All other submodules are part azure-iot-sdk-c, and not in our control. azure-iot-sdk-c is a huge repo with many submodules and so, a network error can cause errors during cloning.

image it's working ---Thnx

Noumeer commented 2 years ago

I am facing the same issue and its not solving by cloning again, does there is any other solution to it?