git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yvonne Leroy <articulation7@gmail.com>
To: git@vger.kernel.org
Subject: how to recovery corrupted git blob
Date: Thu, 26 Dec 2013 00:30:51 -0800 (PST)	[thread overview]
Message-ID: <1388046651841-7601220.post@n2.nabble.com> (raw)

Hi all,

I have a corrupted git repo.I've worked through the process

<https://git.wiki.kernel.org/index.php/GitFaq#How_to_fix_a_broken_repository.3F> 
but still have some problem.

1- at the beginning, with "git fsck --full", it showed:

Checking object directories: 100% (256/256), done.
dangling blob 13dcdade560f11e8bc2d865a0d4a1a1133e5b132
dangling tree 5c9e60742ff24bb19fd73a8c1c879c4e10951b78
missing blob 96209289c92e6ef0e6beb6ec1644f93981b00829
dangling blob f61e50d30fa95683067aa2a50380e3dd7033e6dd
dangling tree 95b5c5eeec8ac9359a31b268b938c142443d783a
dangling commit d41b93032b34e380030207b5c8f502c6ecfd56ad
dangling blob dae58bd96104c1292a20e1b8c8c948025e2e8924
missing blob e187557d07857b974ea51e3ea962ac120cfc9488

2- since I don't have a "broken link" message,I use $ git commit -m "fixing
git repo",it said:

error: invalid object 100644 e187557d07857b974ea51e3ea962ac120cfc9488 for
'proje
ct5/css/style.css'
error: Error building trees

3- and then   I use $ git hash-object -w project5/css/style.css, it said:

git hash-object -w project5/css/style.css
f61e50d30fa95683067aa2a50380e3dd7033e6dd

the result is not the missing blob
(e187557d07857b974ea51e3ea962ac120cfc9488)

4- so I use $ git log --raw --all --full-history -- project5/css/style.css,
it said:


commit 7b5314a110b8e2835f7f3d068072429be87be574
Merge: ec5e609 e415bb6
Author: Yvonne Leroy <articulation7@gmail.com>
Date:   Sun Dec 15 23:40:41 2013 +0800

    WIP on master: ec5e609 list

commit e415bb6d51ee05d60055d89f2bf63ccb32f4c12c
Author: Yvonne Leroy <articulation7@gmail.com>
Date:   Sun Dec 15 23:40:39 2013 +0800

    index on master: ec5e609 list

:100644 100644 595691a... e187557... M  project5/css/style.css

commit ec76f78324632c3eebd874a724a9ebfe7d1f22ec
Author: Yvonne Leroy <articulation7@gmail.com>
Date:   Sat Dec 7 14:48:37 2013 +0800

    nav view

:000000 100644 0000000... 595691a... A  project5/css/style.css

5-here is my problem,how can I looking at those older and newer
versions(Could someone point me to which commands I should look at? Still
new to git:))
so that I can use the next step    git hash-object -w <recreated-file>
and could someone tell me what should I do with <recreated-file>,is it still
project5/css/style.css ?

Thanks in advance,
Yvonne.




--
View this message in context: http://git.661346.n2.nabble.com/how-to-recovery-corrupted-git-blob-tp7601220.html
Sent from the git mailing list archive at Nabble.com.

             reply	other threads:[~2013-12-26  8:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-26  8:30 Yvonne Leroy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-12-26  8:35 how to recovery corrupted git blob Yvonne Leroy
2013-12-26  9:32 ` Christian Couder

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=1388046651841-7601220.post@n2.nabble.com \
    --to=articulation7@gmail.com \
    --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).