Downloading code.qt.io files
-
I am trying to download all the files located in the link. I tried using git to clone the direction but it requires authentication credentials that I do not have. How do I go about doing this?
https://code.qt.io/cgit/qt/qtdoc.git/tree/doc/src/snippets/qtcluster?h=5.10
-
This thread is the answer to my problem
https://forum.qt.io/topic/92957/files-from-video -
Hi,
It's possible but a bit convoluted. See this StackOverflow answer.
You would likely be faster by simply doing a shallow clone.
That said, Qt's sources do not require any credentials to clone. You can use any of the three URLs shown at the bottom of the summary of the repository.
-
This thread is the answer to my problem
https://forum.qt.io/topic/92957/files-from-video -