all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Mayeul Cantan <oss+guix@mayeul.net>
Cc: 40769@debbugs.gnu.org
Subject: bug#40769: Git error: object not found when running guix pull
Date: Wed, 22 Apr 2020 23:07:16 +0200	[thread overview]
Message-ID: <87ftcvqlff.fsf@gnu.org> (raw)
In-Reply-To: <089adaa4-3bce-a353-adb4-5eb6862489cb@cantan.eu> (Mayeul Cantan's message of "Wed, 22 Apr 2020 15:21:38 +0200")

Hi Mayeul,

Mayeul Cantan <oss+guix@mayeul.net> skribis:

> I was running guix pull, when a short-cirguit in my power supply cable
> turned my old laptop off.
>
> Having fixed the hardware issue, I am left with the following software
> problem when running `guix pull` on my user session:
>
>> guix pull: error: Git error: object not found - no match for id (aa78c596c9eaae946f779d8fa3c4125d08187648)

‘guix pull’ maintains Git clones under ~/.cache/guix/checkouts.
Probably the hardware issue led to a corrupt checkout there, hence the
error above.  You fix that by running:

  rm -rf ~/.cache/guix/checkouts

before running ‘guix pull’ again.

HTH!

Ludo’.

  parent reply	other threads:[~2020-04-22 21:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-22 13:21 bug#40769: Git error: object not found when running guix pull Mayeul Cantan
2020-04-22 15:26 ` Julien Lepiller
2020-04-22 21:07 ` Ludovic Courtès [this message]
2020-04-23 13:15   ` zimoun
2020-05-16 22:58   ` Mayeul Cantan
2020-05-17 13:17   ` Mayeul Cantan

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=87ftcvqlff.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=40769@debbugs.gnu.org \
    --cc=oss+guix@mayeul.net \
    /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/guix.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.