[Bug 255015] documentation: git command error for cloning /usr/src

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 12 18:51:16 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255015

            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 at FreeBSD.org
          Reporter: tommyhp2 at 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/src
Cloning into '/usr/src'...
git at 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

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


More information about the freebsd-doc mailing list