all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefankangas@gmail.com>
To: Thien-Thi Nguyen <ttn@gnuvola.org>, emacs-devel@gnu.org
Subject: Re: `master` is now `main`
Date: Sun, 3 Jan 2021 10:29:22 +0100	[thread overview]
Message-ID: <CADwFkm=Eo0mxsYKJO1rCN9h3oG-EqQx-ruh-5QyRyO2vNj7yuA@mail.gmail.com> (raw)
In-Reply-To: <87r1n2rdlq.fsf@gnuvola.org>

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	other threads:[~2021-01-03  9:29 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-19  5:33 `master` is now `main` Stefan Monnier
2020-12-19  7:17 ` Pankaj Jangid
2020-12-19  7:56   ` Teemu Likonen
2020-12-19  8:36     ` Pankaj Jangid
2020-12-19 10:04       ` Teemu Likonen
2020-12-19  8:21   ` Eli Zaretskii
2020-12-19  8:54 ` Eli Zaretskii
2020-12-19 15:44   ` Stefan Monnier
2020-12-19 16:33     ` Eli Zaretskii
2020-12-19  9:21 ` Andreas Schwab
2020-12-19 15:47   ` Stefan Monnier
2020-12-20  4:19     ` Stefan Monnier
2020-12-20 14:16       ` Arthur Miller
2020-12-19 19:30 ` John Wiegley
2020-12-21 19:54 ` Filipp Gunbin
2020-12-21 22:15   ` Stefan Monnier
2020-12-22 15:17     ` Filipp Gunbin
2021-01-03  1:52 ` Thien-Thi Nguyen
2021-01-03  9:29   ` Stefan Kangas [this message]
2021-01-03 13:25     ` Thien-Thi Nguyen
2021-01-03 16:23     ` Stefan Monnier
2021-01-03 17:07   ` Andreas Schwab
2021-02-14 19:03 ` Matt Armstrong
2021-02-14 19:17   ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADwFkm=Eo0mxsYKJO1rCN9h3oG-EqQx-ruh-5QyRyO2vNj7yuA@mail.gmail.com' \
    --to=stefankangas@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=ttn@gnuvola.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.