• =?UTF-8?Q?probl=C3=A8me_avec_git_clone?=

    From =?UTF-8?Q?Beno=C3=AEt_Barbier?=@21:1/5 to All on Wed Feb 19 21:20:01 2025
    Bonsoir,

    J'ai ce problème quand j'essaye de cloner le dépôt git de darktable

    https://github.com/darktable-org/darktable

    git clone https://github.com/darktable-org/darktable.git

    --8<--

    error: RPC failed; curl 92 HTTP/2 stream 5 was not closed properly:
    CANCEL (err 8)

    error: 8102 body bytes still expected

    fetch-pack: unexpected disconnect while reading sideband packet

    fatal: premature end of file

    fatal : fetch-pack : invalid pack index output

    --------------------------------------

    J'ai suivis les instructions indiquées ici :

    git config --global http.version HTTP/1.1
    git config --global http.postBuffer 524288000

    Et comme j'ai effectivement une connexion internet toute pourrie

    git config --global http.lowSpeedLimit 0
    git config --global http.lowSpeedTime 999999

    Cf. https://stackoverflow.com/questions/59282476/error-rpc-failed-curl-92-http-2-stream-0-was-not-closed-cleanly-protocol-erro

    Mais rien n'y fait

    Quelqu'un a une idée ?

    Bonne soirée

    --
    Benoît

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bernard Schoenacker@21:1/5 to All on Thu Feb 20 01:00:01 2025
    Bonjour,

    Il suffit de relire les instructions contenues dans
    le fichier de présentation "lisez-moi" :

    git clone --recurse-submodules --depth 1 https://github.com/darktable-org/darktable.git
    cd darktable
    git fetch --tags
    git checkout tags/release-5.0.1


    git submodule update --init


    ./build.sh --prefix /opt/darktable-test --build-type Release --install --sudo


    Merci et bonne journée

    Sincèrement

    Bernaqrd Schoenacker

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)