I was unable to recursively clone the repository because of the git:// submodule url. I'm not sure whether this is due to me having a very modern Git installation on Fedora 38, or due to GitHub nowadays refusing the git:// protocol. Either way, changing it to https:// fixed it.
I was unable to recursively clone the repository because of the
git://
submodule url. I'm not sure whether this is due to me having a very modern Git installation on Fedora 38, or due to GitHub nowadays refusing thegit://
protocol. Either way, changing it tohttps://
fixed it.