Check if you really got the version you want. {{CodeSelect|code= git describe }} The output should show.
{{{version}}}
Check if the source folder is pristine. {{CodeSelect|code= git status }} The output should show nothing.
HEAD detached at {{{version}}}
nothing to commit, working tree clean
If it shows something else, do not continue.