Bug 453

Summary: Cannot clone by SSH from git.libre-soc.org
Product: Libre-SOC's first SoC Reporter: Cesar Strauss <cestrauss>
Component: Source CodeAssignee: Luke Kenneth Casson Leighton <lkcl>
Status: RESOLVED INVALID    
Severity: enhancement CC: libre-soc-bugs
Priority: ---    
Version: unspecified   
Hardware: PC   
OS: Linux   
NLnet milestone: --- total budget (EUR) for completion of task and all subtasks: 0
budget (EUR) for this task, excluding subtasks' budget: 0 parent task for budget allocation:
child tasks for budget allocation: The table of payments (in EUR) for this task; TOML format:

Description Cesar Strauss 2020-08-08 15:31:52 BST
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.
Comment 1 Cesar Strauss 2020-08-08 15:43:04 BST
I just forgot to add port 922 to .ssh/config, as documented.

Sorry for the noise.
Comment 2 Luke Kenneth Casson Leighton 2020-08-08 17:12:32 BST
yep this is not a bug it is by design.

see HDL_workflow, search for "922".