maximkulkin / esp-homekit-demo

Demo of Apple HomeKit accessory server library
MIT License
809 stars 233 forks source link

error with: git submodule update --init --recursive #254

Closed renandw closed 4 years ago

renandw commented 4 years ago

Hello guys, I'am having trouble when doing Initialize and sync all submodules (recursively):

~/projects/esp-homekit-demo$ git submodule update --init --recursive fatal: index file smaller than expected Failed to recurse into submodule path 'components/esp-8266/cJSON/cJSON' fatal: index file smaller than expected fatal: index file smaller than expected fatal: index file smaller than expected Failed to recurse into submodule path 'components/esp-8266/cJSON' Failed to recurse into submodule path 'components/esp-8266/led-status' Failed to recurse into submodule path 'components/esp-8266/qrcode' Failed to recurse into submodule path 'components/esp-8266/wifi_config'

Any one having this trouble? thanks

kenthinson commented 4 years ago

Are you on Mac? I couldn’t get it working normally. I ended up using the docer instructions. Then it was all fine.

maximkulkin commented 4 years ago

Try removing your working copy and clone whole repository again.

renandw commented 4 years ago

Thanks. E redo all the process and it is working. Thanks

Em 9 de out de 2019, à(s) 03:27, Maxim Kulkin notifications@github.com escreveu:

 Try removing your working copy and clone whole repository again.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.