Azure / iot-plug-and-play-bridge

IoT Plug and Play bridge
Other
60 stars 28 forks source link

git clone sub module update failing #26

Closed humblejay closed 4 years ago

humblejay commented 5 years ago

Post cloning repo, submodule update under pnpbridge fails with "Filename too long" , "index-pack failed" and other errors. Log attached. gitclonefail.log

usivagna commented 5 years ago

This is a known issue with Windows file paths and git see: https://github.com/msysgit/git/pull/110 . You can try the following cmd to resolve the issue: git config --system core.longpaths true

usivagna commented 4 years ago

Closing this issue, as it should be addressed with the above comment. Please let me know if we need to re-visit this @humblejay .