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: [email protected]
          Reporter: [email protected]

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://[email protected]/src.git /usr/src
Cloning into '/usr/src'...
[email protected]: 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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "[email protected]"

Reply via email to