NitroStudio2 icon indicating copy to clipboard operation
NitroStudio2 copied to clipboard

Turn dependencies into Git submodules

Open pants64DS opened this issue 10 months ago • 2 comments

This makes it so that GotaSoundIO, GotaSoundBank and GotaSequenceLib can be cloned automatically when cloning this repository, and the project can be built without having to setup anything manually.

Also merge these PRs: https://github.com/Gota7/GotaSoundIO/pull/5 https://github.com/Gota7/GotaSequenceLib/pull/7

pants64DS avatar Mar 10 '25 20:03 pants64DS

Tried to clone your updated submodules keeps failing with fatal: Could not read from remote repository

Bonboon229 avatar Mar 15 '25 14:03 Bonboon229

That's probably because the submodules are linked by their SSH addresses (rather than HTTPS URLs) in .gitmodules, so you need an SSH key to clone them.

pants64DS avatar Mar 15 '25 15:03 pants64DS