BramGiesen / audio-to-cv-pitch-lv2

Plugin that converts audio to CV pitch (1 volt per Octave)
5 stars 2 forks source link

git submodule update --init --recursive fail: git@github.com: Permission denied (publickey) #4

Open domichel opened 2 years ago

domichel commented 2 years ago

$ git submodule update --init --recursive Sous-module 'dpf' (git@github.com:DISTRHO/DPF.git) enregistré pour le chemin 'dpf' Clonage dans '/home/dom/softs/Musique/audio-to-cv-pitch-lv2/dpf'... git@github.com: Permission denied (publickey). fatal: Impossible de lire le dépôt distant.

Veuillez vérifier que vous avez les droits d'accès et que le dépôt existe.

domichel commented 2 years ago

I find a solution. It is to change the URLs into the .gitmodules file:

[submodule "aubio_module"]
    path = aubio_module
    url = https://github.com/BramGiesen/aubio_module.git
[submodule "dpf"]
    path = dpf
    url = https://github.com/DISTRHO/DPF.git