git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Misha Koshelev <mk144210@bcm.edu>
To: Andreas Ericsson <ae@op5.se>
Cc: git@vger.kernel.org
Subject: Re: Recover broken git index?
Date: Thu, 28 May 2009 07:43:03 -0500	[thread overview]
Message-ID: <4A1E86D7.3060401@bcm.edu> (raw)
In-Reply-To: <4A1E52FD.6090801@op5.se>

OS: Ubuntu 8.04
Git: 1.5.4.3
I tried you checkout master && git reset --hard and it worked. I guess
the problem is when I try to make a commit:
 git commit -a -n
error: invalid object 5e35b75e062c7688636a19334bd85e9e8a408b76
fatal: Error building trees

I first noticed this after my computer was acting sluggish (I was
running processor intensive tasks) and I restarted it.

Thank you
Misha

Andreas Ericsson wrote:
> Misha Koshelev wrote:
>> Hi, I seem to have an unrecoverable git index. I have attached the
>> output of git-fsck --full. There seem to be a lot of missing trees and
>> blobs. Any good way to recover?
>>
>
> Start by copying the repository somewhere safe so you don't accidentally
> delete things in it.
>
> If it's really the index that's broken, a simple
>
>  git checkout master && git reset --hard
>
> should do the trick.
>
> If it doesn't, it's not the index that's at fault.
>
>
> Have you done history surgery on this repository (extensive rebasing
> or filter-branch'ing)?
>
>
> Answers to the questions below really should have been in your original
> post. Please include them if we're to be able to understand what's going
> on:
> What OS and platform are you using?
> What git version are you using?
> How did you first notice this?
> What were you doing when you first noticed this?
> Is your repository working correctly otherwise (ie, do you only spot
> these errors when you run "git fsck --full")?
>


-- 
Misha Koshelev
MD/PhD Student

Human Neuroimaging Laboratory
One Baylor Plaza
S104
Baylor College of Medicine
Houston, TX 77030

  reply	other threads:[~2009-05-28 13:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-27 21:56 Recover broken git index? Misha Koshelev
2009-05-28  9:01 ` Andreas Ericsson
2009-05-28 12:43   ` Misha Koshelev [this message]
2009-05-28 18:09     ` Linus Torvalds
2009-05-28 21:02       ` Misha Koshelev
2009-05-28 21:20         ` Linus Torvalds

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=4A1E86D7.3060401@bcm.edu \
    --to=mk144210@bcm.edu \
    --cc=ae@op5.se \
    --cc=git@vger.kernel.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).