Bug 453 - Cannot clone by SSH from git.libre-soc.org
Summary: Cannot clone by SSH from git.libre-soc.org
Status: RESOLVED INVALID
Alias: None
Product: Libre-SOC's first SoC
Classification: Unclassified
Component: Source Code (show other bugs)
Version: unspecified
Hardware: PC Linux
: --- enhancement
Assignee: Luke Kenneth Casson Leighton
URL:
Depends on:
Blocks:
 
Reported: 2020-08-08 15:31 BST by Cesar Strauss
Modified: 2020-08-08 17:12 BST (History)
1 user (show)

See Also:
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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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".