$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
$ git clone https://github.com/smart-home-network-security/firewall-blocklist
$ cd firewall-blocklist
$ git submodule update --init --recursive --remote
Cloning into '/tmp/firewall-blocklist/src/parsers'...
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'forge.uclouvain.be' (ED25519) to the list of known hosts.
git@forge.uclouvain.be: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@forge.uclouvain.be:smart-home-network-security/protocol-parsers.git' into submodule path '/tmp/firewall-blocklist/src/parsers' failed
Failed to clone 'src/parsers'. Retry scheduled
Cloning into '/tmp/firewall-blocklist/src/parsers'...
git@forge.uclouvain.be: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@forge.uclouvain.be:smart-home-network-security/protocol-parsers.git' into submodule path '/tmp/firewall-blocklist/src/parsers' failed
Failed to clone 'src/parsers' a second time, aborting