Closed
Description
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.