Hi,
Line 15 of .gitmodules is currently:
url = git@github.com:pichenettes/avr-audio-bootloader.git
I think this might need to be changed to:
url = https://github.com/pichenettes/avr-audio-bootloader.git
so this submodule can be cloned without permission errors.
Best,
Dan
Hi,
Line 15 of .gitmodules is currently:
url = git@github.com:pichenettes/avr-audio-bootloader.gitI think this might need to be changed to:
url = https://github.com/pichenettes/avr-audio-bootloader.gitso this submodule can be cloned without permission errors.
Best,
Dan