[Libre-soc-bugs] [Bug 453] New: Cannot clone by SSH from git.libre-soc.org
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Sat Aug 8 15:31:52 BST 2020
https://bugs.libre-soc.org/show_bug.cgi?id=453
Bug ID: 453
Summary: Cannot clone by SSH from git.libre-soc.org
Product: Libre-SOC's first SoC
Version: unspecified
Hardware: PC
OS: Linux
Status: CONFIRMED
Severity: enhancement
Priority: ---
Component: Source Code
Assignee: lkcl at lkcl.net
Reporter: cestrauss at gmail.com
CC: libre-soc-bugs at lists.libre-soc.org
NLnet milestone: ---
The SSH clone URL documented in
https://libre-soc.org/HDL_workflow/#checkingoutthehdlrepositories does not seem
to work:
$ git clone gitolite3 at 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 at 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.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list