[Interest] How to checkout a specific version of Qt from git?

Konstantin Shegunov kshegunov at gmail.com
Sat Dec 24 12:33:56 CET 2016


On Sat, Dec 24, 2016 at 11:26 AM, Nuno Santos <nunosantos at imaginando.pt>
wrote:
>
> git checkout tags/v5.7.1
>
> But it failed with the error "fatal: Remote branch 5.7.1 not found in
> upstream origin”
> What am I doing wrong?
>

Hello,
You're trying to checkout a tag as a branch, just specify the branch - 5.7
(see first column here http://code.qt.io/cgit/qt/qtbase.git)

So it should go like:

git checkout 5.7

I hope that helps,
Kind regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20161224/1a28fd48/attachment.html>


More information about the Interest mailing list