From: Andrew Walrond <andrew@walrond.org>
To: andrew@walrond.org
Subject: Bug report: stash in upstream caused remote fetch to fail
Date: Wed, 1 Feb 2012 16:59:53 +0000 [thread overview]
Message-ID: <20120201165952.GA16263@proteus> (raw)
A bit of cut and paste will explain better than me...
LOCAL $ git remote update
Fetching origin
remote: Counting objects: 25, done.
remote: Compressing objects: 100% (12/12), done.
remote: Total 13 (delta 10), reused 0 (delta 0)
Unpacking objects: 100% (13/13), done.
fatal: bad object fa0da15b2ea5cc3e4eb9ed414b99d6a9d7da7864
error: git://git.heresymail.org/lib%2Fmpfr did not send all necessary
objects
UPSTREAM $ git fsck
dangling blob ded848b21db04fcadf77a4a5d9f81955b4315c9f
dangling blob 9c3976919b3cee56eabc3c9c9dfe5d223ce32686
dangling blob e17ab25a3a91bed830ddb06da4af1132434d5ee4
dangling blob 20a612ab361058838f680d72c1f4f8cb462ce1a2
UPSTREAM $ git gc
Counting objects: 974, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (954/954), done.
Writing objects: 100% (974/974), done.
Total 974 (delta 572), reused 0 (delta 0)
LOCAL $ git remote update
Fetching origin
remote: Counting objects: 25, done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 13 (delta 3), reused 11 (delta 2)
Unpacking objects: 100% (13/13), done.
fatal: bad object fa0da15b2ea5cc3e4eb9ed414b99d6a9d7da7864
error: git://git.heresymail.org/lib%2Fmpfr did not send all necessary
objects
LOCAL $ DELETE LOCAL REPO
LOCAL $ git clone <upstream>
Cloning into bare repository '/src/lib/mpfr'...
remote: Counting objects: 972, done.
remote: Compressing objects: 100% (382/382), done.
remote: Total 972 (delta 570), reused 971 (delta 570)
Receiving objects: 100% (972/972), 2.01 MiB, done.
Resolving deltas: 100% (570/570), done.
error: refs/stash does not point to a valid object!
UPSTREAM $ git stash list
stash@{0}: WIP on (no branch): f648dd0 Import 3.1.0 from tarball
UPSTREAM $ git stash clear
LOCAL $ DELETE LOCAL REPO
LOCAL $ git clone <upstream>
Cloning into bare repository '/src/lib/mpfr'...
remote: Counting objects: 972, done.
remote: Compressing objects: 100% (382/382), done.
remote: Total 972 (delta 570), reused 971 (delta 570)
Receiving objects: 100% (972/972), 2.01 MiB, done.
Resolving deltas: 100% (570/570), done.
UPSTREAM $ git version
git version 1.7.8.2
LOCAL $ git version
git version 1.7.8.2
Hope that's useful!
Andrew Walrond
next reply other threads:[~2012-02-01 19:50 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-01 16:59 Andrew Walrond [this message]
[not found] ` <874nvap9hj.fsf@thomas.inf.ethz.ch>
2012-02-01 22:37 ` Bug report: stash in upstream caused remote fetch to fail Andrew Walrond
-- strict thread matches above, loose matches on Subject: below --
2014-01-03 21:12 Matt Burke
2014-01-06 15:27 ` Jeff King
2014-01-06 16:16 ` Junio C Hamano
2014-01-06 19:36 ` Jeff King
2014-01-06 20:17 ` Junio C Hamano
2014-01-06 23:03 ` Jeff King
2014-01-06 23:22 ` Junio C Hamano
2014-01-07 3:19 ` Junio C Hamano
2014-01-15 10:46 ` Jeff King
2014-01-15 10:48 ` Jeff King
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=20120201165952.GA16263@proteus \
--to=andrew@walrond.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).