Skip to content

Upgrade: Fetch the tags prior checkout #18276

Closed
@ongolaboy

Description

@ongolaboy

Change Type

Addition

Area

Installation/upgrade

Proposed Changes

Upgrading page -> "Checking out an older release" section ...

if you did not download the complete repository during your install,

sudo git checkout v2.11.11 will not work. You will end up with

git error: pathspec 'v2.11.11' did not match any file(s) known to git

You need to download all the tags first with git fetch --tags . Then you can proceed with the previous command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: duplicateThis issue has already been raisedtype: documentationA change or addition to the documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions