The SSH clone URL documented in https://libre-soc.org/HDL_workflow/#checkingoutthehdlrepositories does not seem to work: $ git clone gitolite3@git.libre-soc.org:nmutil.git Cloning into 'nmutil'... ssh: connect to host git.libre-soc.org port 22: Connection refused fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. The libre-riscv.org URL still works: $ git clone gitolite3@git.libre-riscv.org:nmutil.git Cloning into 'nmutil'... remote: Counting objects: 321, done. remote: Compressing objects: 100% (307/307), done. remote: Total 321 (delta 170), reused 0 (delta 0) Receiving objects: 100% (321/321), 82.98 KiB | 317.00 KiB/s, done. Resolving deltas: 100% (170/170), done. The https URL for libre-soc.org does work: $ git clone https://git.libre-soc.org/git/nmutil.git Cloning into 'nmutil'... remote: Counting objects: 321, done. remote: Compressing objects: 100% (307/307), done. remote: Total 321 (delta 170), reused 0 (delta 0) Receiving objects: 100% (321/321), 82.98 KiB | 342.00 KiB/s, done. Resolving deltas: 100% (170/170), done.
I just forgot to add port 922 to .ssh/config, as documented. Sorry for the noise.
yep this is not a bug it is by design. see HDL_workflow, search for "922".