libpd / pd-for-android

Pure Data for Android
351 stars 91 forks source link

The unauthenticated git protocol on port 9418 is no longer supported #118

Closed funkyfourier closed 1 year ago

funkyfourier commented 2 years ago

When I do as it says in the README: git submodule update --init --recursive I get this:

Cloning into '/home/---/pd-for-android/PdCore/src/main/jni/libpd'...
fatal: remote error: 
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

According to another issue I found regarding this, swapping out git:// with https:// is the recommended solution. I did so in .git/config and .git/modules/PdCore/src/main/jni/libpd/config and it seems to have worked.

joebowbeer commented 2 years ago

We need to change to https in .gitmodules and then update our link to libpd in order to pickup the change there