Https://gitlab.alpinelinux.org/alpine/aports.git having gnuTLS issue

Dear all,

when cloning from alpine / aports · GitLab I get the following output:

git clone alpine / aports · GitLab
Klone nach ‘aports’ …
remote: Enumerating objects: 964576, done.
remote: Counting objects: 100% (7250/7250), done.
remote: Compressing objects: 100% (533/533), done.
error: RPC fehlgeschlagen; curl 56 GnuTLS recv error (-54): Fehler in der Pull-Funktion.
error: 44285 Bytes des Bodys werden noch erwartet
fetch-pack: unexpected disconnect while reading sideband packet
fatal: zu frühes Dateiende
fatal: fetch-pack: ungültige index-pack Ausgabe

(sorry my client partially runs in german)

when cloning the same repo with ssh, I get a proper result:

git clone git@gitlab.alpinelinux.org:alpine/aports.git
Klone nach ‘aports’ …
remote: Enumerating objects: 964576, done.
remote: Counting objects: 100% (7250/7250), done.
remote: Compressing objects: 100% (533/533), done.
remote: Total 964576 (delta 7076), reused 6793 (delta 6698), pack-reused 957326
Empfange Objekte: 100% (964576/964576), 341.65 MiB | 3.55 MiB/s, fertig.
Löse Unterschiede auf: 100% (596219/596219), fertig.

When searching at google for errors related to git and gnuTLS, I read something about self-signed certificates et al, but when reading in the gitlab docs and community I only find thread in which these errors “cured itself”. Unfortunately I am currently writing a script where ssh is not an option, so I have to stick with https.

Any idea on how I can proceed here or where the error comes from?

Best Regards,

micwin

Edit:

git version 2.34.1

uname -a
Linux thinkstation 5.15.0-48-generic #54-Ubuntu SMP Fri Aug 26 13:26:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

Edit 2: sudo apt-get upgrade on my side did not solve the problem…