Issue with repo init on MangOH/manifest

Hello,

I’m attempting to clone the MangOH project files from Github using the Linux command found in “MangOH Green Tutorial—Arduino-compatible Shield to AirVantage”-

$ repo init -u “https://github.com/mangOH/manifest” -m mangOH.xml

However, this returns -

error: in ‘init -u https://github.com/mangOH/manifest -m mangOH.xml’ : [Errno 2]
No such file or directory: '/home/user/mangOH/.repo/manifests/.git/HEAD’
error: manifest missing or unreadable – please run init

I’m running Ubuntu 14.04 with a 3.14.0 kernel, any suggestions on overcoming this issue?

Thanks,

Max

The command should be: repo init -u "https://github.com/mangOH/manifest" -m mangOH/mangOH.xml

Hello dfrey,

Thank you for your response.

Unfortunately I am still seeing the same error after changing the command to:

$ repo init -u “https://github.com/mangOH/manifest” -m mangOH/mangOH.xml

Is there something else I can try to resolve this?

Thanks,

Max

Hi Max,

Please see this forum post about our transition to using git submodules.