Adampultz Following this post: https://github.com/giuliomoro/Bela-Q How do I access /root (or the Bela board in general) from terminal on Mac OS Catalina?
Adampultz If I do: root@bela:~# git clone --recurse-submodules https://github.com/cycfi/Q.git I get the following message: Cloning into 'Q'... fatal: unable to access 'https://github.com/cycfi/Q.git/': Could not resolve host: github.com I tried copying (cp -r [source folder] root@bela.local\Q ) but that threw an error message.
giuliomoro Adampultz fatal: unable to access 'https://github.com/cycfi/Q.git/': Could not resolve host: github.com that's because the board is not connected to the internet! The easiest thing is to do that locally and then copy the fully recursively cloned repo to the board ( scp -r /path/to/local/repo root@bela.local:Q