damellis / ESP

The Example-based Sensor Predictions (ESP) system applies machine learning to real-time sensor data.
BSD 3-Clause "New" or "Revised" License
224 stars 52 forks source link

installation issue - 3rd party reference #403

Closed gogela closed 6 years ago

gogela commented 6 years ago

When cloning the repository: git clone --recursive https://github.com/damellis/ESP.git it fails with:

fatal: clone of 'git@github.com:braitsch/ofxSmartFont.git' into submodule path 'modules/ofxSmartFont' failed
Failed to recurse into submodule path 'third-party/ofxParagraph'

Probably due to a change in git reference for the 3rd part module. However as a workaround the missing module can be cloned manually from: https://github.com/braitsch/ofxSmartFont.git

nebgnahz commented 6 years ago

Mmm, that comes from ofxParagraph repository: https://github.com/braitsch/ofxParagraph/blob/master/.gitmodules#L3

To use git clone git@github.com:XXXX, one needs to setup the ssh key properly. Otherwise, the workaround you mentioned can work.

Closing this as not a fix-able issue from our side.