On Fri, Oct 24, 2025 at 03:21:26AM +0000, Andrey Grozin wrote: > grozin@to-ntgr /home/gentoo $ git pull > remote: Enumerating objects: 20752, done. > remote: Counting objects: 100% (20743/20743), done. > remote: Compressing objects: 100% (9788/9788), done. > Receiving objects: 10% (1792/17915), 604.00 KiB | 1.17 MiB/s > > Here it hangs for a long time. The received objects percent fluctuates from > 10% to 14%. If I wait really long, I get
This was under 10 seconds to complete; and my latency to the server is twice yours. Is your ISP doing silly things to the network (again)? $ git fetch remote: Enumerating objects: 28679, done. remote: Counting objects: 100% (28669/28669), done. remote: Compressing objects: 100% (9907/9907), done. remote: Total 24937 (delta 16536), reused 21861 (delta 13727), pack-reused 0 (from 0) Receiving objects: 100% (24937/24937), 7.15 MiB | 4.46 MiB/s, done. Resolving deltas: 100% (16536/16536), completed with 2870 local objects. From git+ssh://git.gentoo.org/repo/gentoo 053e598cb8293..b9ff41ed819b0 master -> origin/master 03088d27caff1..82c9701e1873c refs/meta/push-certs -> refs/meta/push-certs/origin Suggestions: - Add a remote for separate anongit nodes and fetch from one of those first git remote add anongit git://anongit.gentoo.org/repo/gentoo git remote add anongit-wagtail git://wagtail.anongit.gentoo.org/repo/gentoo git remote add anongit-calonectris git://calonectris.anongit.gentoo.org/repo/gentoo - I don't know if GitHub is blocked for you; if it's not, you can use that as a remote as well. -- Robin Hugh Johnson (they/he) Gentoo Linux: Dev, Infra Lead, Foundation Treasurer E-Mail : [email protected] GnuPG FP : 11ACBA4F 4778E3F6 E4EDF38E B27B944E 34884E85 GnuPG FP : 7D0B3CEB E9B85B1F 825BCECF EE05E6F6 A48F6136
signature.asc
Description: PGP signature
