Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade: Fetch the tags prior checkout #18276

Open
ongolaboy opened this issue Dec 28, 2024 · 0 comments
Open

Upgrade: Fetch the tags prior checkout #18276

ongolaboy opened this issue Dec 28, 2024 · 0 comments
Labels
status: needs triage This issue is awaiting triage by a maintainer type: documentation A change or addition to the documentation

Comments

@ongolaboy
Copy link

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.

@ongolaboy ongolaboy added status: needs triage This issue is awaiting triage by a maintainer type: documentation A change or addition to the documentation labels Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage This issue is awaiting triage by a maintainer type: documentation A change or addition to the documentation
Projects
None yet
Development

No branches or pull requests

1 participant