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