Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to init submodules #441

Open
dsalnikov opened this issue Oct 31, 2023 · 0 comments
Open

Unable to init submodules #441

dsalnikov opened this issue Oct 31, 2023 · 0 comments

Comments

@dsalnikov
Copy link

Hi, looks like there is some issue with HomeKit submodule revision.
When I try to init submodules, I get the following error:

`➜ esp-homekit-demo git:(master) git submodule update --init --recursive

Submodule 'components/common/button' (https://github.com/maximkulkin/esp-button) registered for path 'components/common/button'
Submodule 'components/homekit' (https://github.com/maximkulkin/esp-homekit) registered for path 'components/common/homekit'
Submodule 'components/wolfssl' (https://github.com/maximkulkin/esp-wolfssl) registered for path 'components/common/wolfssl'
Submodule 'components/esp32/idf/http-parser' (https://github.com/maximkulkin/esp-http-parser.git) registered for path 'components/esp-idf/http-parser'
Submodule 'components/esp8266-open-rtos/WS2812FX' (https://github.com/pcsaito/WS2812FX-rtos) registered for path 'components/esp8266-open-rtos/WS2812FX'
Submodule 'components/esp8266-open-rtos/cJSON' (https://github.com/maximkulkin/esp-cjson) registered for path 'components/esp8266-open-rtos/cJSON'
Submodule 'components/esp8266-open-rtos/led-status' (https://github.com/maximkulkin/esp-led-status.git) registered for path 'components/esp8266-open-rtos/led-status'
Submodule 'components/esp8266-open-rtos/qrcode' (https://github.com/maximkulkin/esp-qrcode.git) registered for path 'components/esp8266-open-rtos/qrcode'
Submodule 'components/esp8266-open-rtos/wifi_config' (https://github.com/maximkulkin/esp-wifi-config) registered for path 'components/esp8266-open-rtos/wifi_config'
Submodule 'components/esp8266-idf/http-parser' (https://github.com/maximkulkin/esp-http-parser.git) registered for path 'components/esp8266-rtos-sdk/http-parser'
Cloning into '/Users/dsalnikov/projects/esp/esp-homekit-demo/components/common/button'...
Cloning into '/Users/dsalnikov/projects/esp/esp-homekit-demo/components/common/homekit'...
Cloning into '/Users/dsalnikov/projects/esp/esp-homekit-demo/components/common/wolfssl'...
Cloning into '/Users/dsalnikov/projects/esp/esp-homekit-demo/components/esp-idf/http-parser'...
Cloning into '/Users/dsalnikov/projects/esp/esp-homekit-demo/components/esp8266-open-rtos/WS2812FX'...
Cloning into '/Users/dsalnikov/projects/esp/esp-homekit-demo/components/esp8266-open-rtos/cJSON'...
Cloning into '/Users/dsalnikov/projects/esp/esp-homekit-demo/components/esp8266-open-rtos/led-status'...
Cloning into '/Users/dsalnikov/projects/esp/esp-homekit-demo/components/esp8266-open-rtos/qrcode'...
Cloning into '/Users/dsalnikov/projects/esp/esp-homekit-demo/components/esp8266-open-rtos/wifi_config'...
Cloning into '/Users/dsalnikov/projects/esp/esp-homekit-demo/components/esp8266-rtos-sdk/http-parser'...
Submodule path 'components/common/button': checked out 'b1839a79bb5864951ef8beb0d8f95c78dcb63ba6'
fatal: remote error: upload-pack: not our ref ab8a436b4d70ccda416943ef6bf61930d1db6049
fatal: Fetched in submodule path 'components/common/homekit', but it did not contain ab8a436b4d70ccda416943ef6bf61930d1db6049. Direct fetching of that commit failed.`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant