Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Apr 2021 18:51:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 255015] documentation: git command error for cloning /usr/src
Message-ID:  <bug-255015-9@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255015

            Bug ID: 255015
           Summary: documentation: git command error for cloning /usr/src
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Documentation
          Assignee: doc@FreeBSD.org
          Reporter: tommyhp2@gmail.com

Section 24.5.3 of

https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld

for cloning /usr/src has invalid link:
-----------------------------------------------------------------------

git clone --branch releng/12.2 ssh://git@gitrepo.freebsd.org/src.git /usr/s=
rc
Cloning into '/usr/src'...
git@gitrepo.freebsd.org: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights

-----------------------------------------------------------------------

The command should be:

git clone --branch releng/10.3 https://git.freebsd.org/src.git /usr/src

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255015-9>