On Tue, Jan 10, 2017 at 12:03:47PM +, Edward Welbourne wrote:
> Daniel Pfeifer wrote:
> > How can I get the exact tagged version v5.6.2?
>
> git clone without specifying --branch (or with any branch you like, it
> doesn't matter) then
>
> git checkout v5.6.2
>
that's a bit misleading. that c
Daniel Pfeifer wrote:
> Up until one month ago, the following worked to clone version 5.6.2:
>
> git clone --branch v5.6.2 git://code.qt.io/qt/qt5.git .
> ./init-repository
> --module-subset=essential,qtconnectivity,qtlocation,qtserialbus,qtserialport
[...]
> It now fails with the following output
Hi,
Up until one month ago, the following worked to clone version 5.6.2:
> git clone --branch v5.6.2 git://code.qt.io/qt/qt5.git .
> ./init-repository
> --module-subset=essential,qtconnectivity,qtlocation,qtserialbus,qtserialport
It now fails with the following output:
```
+ git clone --branch