Git is down
-
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 ! -
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. -
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 !@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.
-
I'm still having random timeout with error 128 when cloning.
It's working with Github.
Thanks. -
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 codeHow 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 -
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 codeHow 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@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 -
@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@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 !