Experiencing 502 errors and delay when trying to clone the new
development repo:
time git clone https://git.savannah.gnu.org/git/emacs/org-mode.git
Cloning into 'org-mode'...
remote: Counting objects: 129920, done.
remote: Compressing objects: 100% (28292/28292), done.
remote: Total 129920 (delta 101703), reused 129609 (delta 101488)
Receiving objects: 100% (129920/129920), 81.43 MiB | 10.35 MiB/s,
done.
Resolving deltas: 100% (101703/101703), done.
real 1m59.019s
user 0m27.884s
sys 0m0.955s
That was after multiple attempts which resulted in 502 errors.
For comparison:
time git clone -b master git://git.sv.gnu.org/emacs.git
Cloning into 'emacs'...
remote: Counting objects: 950806, done.
remote: Compressing objects: 100% (167880/167880), done.
remote: Total 950806 (delta 782727), reused 949614 (delta 781638)
Receiving objects: 100% (950806/950806), 318.40 MiB | 31.17 MiB/s,
done.
Resolving deltas: 100% (782727/782727), done.
real 1m37.033s
user 2m56.213s
sys 0m2.527s
Just a heads up.