Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-133397

Submodule checkout from github.com fails because of qlitehtml

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1: Critical P1: Critical
    • None
    • 6.8.2
    • Tools: Assistant
    • None

      Checking out Qt from github.com with the following commands fails:

      git clone --branch=v6.8.2 https://github.com/qt/qt5.git
      cd qt5
      ./init-repository
      

      The output is:

      + git submodule init src/assistant/qlitehtml
      Submodule 'src/assistant/qlitehtml' (https://github.com/playground/qlitehtml.git) registered for path 'src/assistant/qlitehtml'
      + git clone --no-checkout --progress https://github.com/playground/qlitehtml.git src/assistant/qlitehtml
      Cloning into 'src/assistant/qlitehtml'...
      fatal: could not read Username for 'https://github.com': No such device or address
      

      The reason is that between v6.8.1 and v6.8.2, the submodule qttools/src/assistant/qlitehtml was converted from an absolute path to a relative path that only works when cloning from code.qt.io

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            alexandru.croitor Alexandru Croitor
            bterrier Benjamin Terrier
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes