Hi, I have been experiencing very slow transfer speeds when cloning a repository. Today, when I clone, the server either gives me a 502 error after about 20 seconds:
$ git clone --origin origin --no-checkout https://git.savannah.gnu.org/git/emacs/nongnu.git ~/.emacs.d/straight/repos/nongnu/ --no-single-branch --branch elpa/ws-butler Cloning into '~/.emacs.d/straight/repos/nongnu'... error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502 fatal: the remote end hung up unexpectedly or a 504 error after 5 minutes: $ git clone https://git.savannah.gnu.org/git/emacs/nongnu.git Cloning into 'nongnu'... error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504 fatal: the remote end hung up unexpectedly Do you have any explanation what could be going on? Best, Marten