Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Git is down
Forum Updated to NodeBB v4.3 + New Features

Git is down

Scheduled Pinned Locked Moved Unsolved General and Desktop
8 Posts 4 Posters 587 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    My public name
    wrote on last edited by
    #1

    Hello,
    https://code.qt.io/qt/qt5.git is down since quite some days
    I didn't find info about it
    Is it normal ? When will it be back ?
    Thanks !

    I 1 Reply Last reply
    0
    • Christian EhrlicherC Online
      Christian EhrlicherC Online
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Works fine for me:

      git clone https://code.qt.io/qt/qt5.git
      Cloning into 'qt5'...
      remote: Enumerating objects: 42890, done.
      remote: Counting objects: 100% (41018/41018), done.
      remote: Compressing objects: 100% (17233/17233), done.
      

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      1 Reply Last reply
      0
      • M My public name

        Hello,
        https://code.qt.io/qt/qt5.git is down since quite some days
        I didn't find info about it
        Is it normal ? When will it be back ?
        Thanks !

        I Offline
        I Offline
        IgKh
        wrote on last edited by
        #3

        @My-public-name Not the right URL for a web view, try https://code.qt.io/cgit/qt/qt5.git/. Also the Github mirror is also available, and is more convenient for searching and browsing in the browser IMO.

        1 Reply Last reply
        0
        • M Offline
          M Offline
          My public name
          wrote on last edited by
          #4

          I'm still having random timeout with error 128 when cloning.
          It's working with Github.
          Thanks.

          1 Reply Last reply
          0
          • M Offline
            M Offline
            My public name
            wrote last edited by
            #5

            Hello,
            https://code.qt.io/qt/qt5.git is down again
            using Github repositories fails too as there are hard links to https://code.qt.io in the code

            How to solve those recuring problems ?
            Thanks.

            Detailed information: 
            :: + git submodule init src/assistant/qlitehtml
            :: Submodule 'src/assistant/qlitehtml' (https://code.qt.io/playground/qlitehtml.git) registered for path 'src/assistant/qlitehtml'
            :: + git config submodule.src/assistant/qlitehtml.ignore all
            :: + git clone --no-checkout --progress https://code.qt.io/playground/qlitehtml.git src/assistant/qlitehtml
            :: Cloning into 'src/assistant/qlitehtml'...
            :: error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503
            :: fatal: expected flush after ref listing
            :: CMake Error at cmake/QtIRProcessHelpers.cmake:173 (message):
            ::   Failed to clone submodule 'src/assistant/qlitehtml'
            ::   git clone --no-checkout --progress
            ::   https://code.qt.io/playground/qlitehtml.git src/assistant/qlitehtml exited
            ::   with status: 128
            
            cristian-adamC 1 Reply Last reply
            0
            • I Offline
              I Offline
              IgKh
              wrote last edited by
              #6

              There was a message sent out on the mailing lists earlier that the Git server is subject of an ongoing DDOS attack.

              1 Reply Last reply
              3
              • M My public name

                Hello,
                https://code.qt.io/qt/qt5.git is down again
                using Github repositories fails too as there are hard links to https://code.qt.io in the code

                How to solve those recuring problems ?
                Thanks.

                Detailed information: 
                :: + git submodule init src/assistant/qlitehtml
                :: Submodule 'src/assistant/qlitehtml' (https://code.qt.io/playground/qlitehtml.git) registered for path 'src/assistant/qlitehtml'
                :: + git config submodule.src/assistant/qlitehtml.ignore all
                :: + git clone --no-checkout --progress https://code.qt.io/playground/qlitehtml.git src/assistant/qlitehtml
                :: Cloning into 'src/assistant/qlitehtml'...
                :: error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503
                :: fatal: expected flush after ref listing
                :: CMake Error at cmake/QtIRProcessHelpers.cmake:173 (message):
                ::   Failed to clone submodule 'src/assistant/qlitehtml'
                ::   git clone --no-checkout --progress
                ::   https://code.qt.io/playground/qlitehtml.git src/assistant/qlitehtml exited
                ::   with status: 128
                
                cristian-adamC Online
                cristian-adamC Online
                cristian-adam
                wrote last edited by
                #7

                @My-public-name See https://codereview.qt-project.org/c/qt-creator/qt-creator/+/690412 for how I fixed Qt Creator's GitHub Actions build. Namely:

                git submodule set-url -- src/libs/qlitehtml https://codereview.qt-project.org/playground/qlitehtml.git
                
                M 1 Reply Last reply
                0
                • cristian-adamC cristian-adam

                  @My-public-name See https://codereview.qt-project.org/c/qt-creator/qt-creator/+/690412 for how I fixed Qt Creator's GitHub Actions build. Namely:

                  git submodule set-url -- src/libs/qlitehtml https://codereview.qt-project.org/playground/qlitehtml.git
                  
                  M Offline
                  M Offline
                  My public name
                  wrote last edited by
                  #8

                  @cristian-adam Thanks for the attempt for a workaround.
                  I'm using 'init-repository' ; so not sure how to implement that trick + code.qt.io links are hard coded in QT src files, thus I've poor expectations :(
                  Thanks !

                  1 Reply Last reply
                  0

                  • Login

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Users
                  • Groups
                  • Search
                  • Get Qt Extensions
                  • Unsolved