I am trying to install the Pure Data for Android library using git, but I keep getting the same error.
I create a new directory in which I clone the repository, and run cd pd-for-android
to move to the repository folder.
After I run git submodule update --init --recursive
, I get the following:
fatal: clone of 'git://github.com/libpd/libpd.git' into submodule path
/Users/myUserName/Desktop/pd-android-test/pd-for-android/PdCore/jni/libpd' failed.
Any ideas on what I might be doing wrong?