emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: `master` is now `main`


From: Stefan Kangas
Subject: Re: `master` is now `main`
Date: Sun, 3 Jan 2021 10:29:22 +0100

Thien-Thi Nguyen <ttn@gnuvola.org> writes:

> Anyone else seeing a failed fresh clone?  :-(
>
>  $ git clone -o sv git+ssh://git.sv.gnu.org/srv/git/emacs/elpa
>  Clone in 'elpa' in corso...
>  remote: Counting objects: 335978, done.
>  remote: Compressing objects: 100% (94283/94283), done.
>  remote: Total 335978 (delta 238158), reused 335412 (delta 237677)
>  Ricezione degli oggetti: 100% (335978/335978), 227.92 MiB | 4.61 MiB/s, 
> fatto.
>  Risoluzione dei delta: 100% (238158/238158), fatto.
>  fatal: non si รจ ricevuto l'oggetto atteso 
> 1b04f0fcd58ea0c82e522bd6e49dc08a3c7912ec
>  fatal: index-pack non riuscito
>
> (Grumble, old computers, bad RAM, grumble.)

I believe you need to use this:

    git -c fetch.fsckObjects=false clone .../elpa

The fetch.fsckObjects setting works around a glitch in the ELPA
repository <https://debbugs.gnu.org/22690>.

(IMO, we should just bite the bullet and recreate the repository with
the correct settings, but that's me.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]