From: Konstantin Khomoutov <flatworm@users.sourceforge.net>
To: flatworm@users.sourceforge.net
Cc: Anjib Mulepati <anjibman@gmail.com>
Subject: fatal unresolved deltas error
Date: Wed, 5 Nov 2014 20:01:32 +0300 [thread overview]
Message-ID: <20141105200132.1464d476d91ce4f32b085b6a@domain007.com> (raw)
Hi,
I'm posting on behalf of Anjib Mulepati (Cc'ed) whose mails have
troubles getting in here. Originally posted to git-users [*] but the
problem appears to be too complicated for that list.
[*] https://groups.google.com/d/topic/git-users/fnU3JtRuwH8/discussion
Below is the original Anjib's message.
I am trying to do push but getting this error
$ git push
Counting objects: 83, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (16/16), done.
Writing objects: 100% (17/17), 1.32 KiB | 0 bytes/s, done.
Total 17 (delta 12), reused 0 (delta 0)
remote: fatal: unresolved deltas left after unpacking
error: unpack failed: unpack-objects abnormal exit
To //myserver/git/apps/myApp.git
! [remote rejected] master -> master (unpacker error)
error: failed to push some refs to '//myserver/git/apps/myApp.git'
1. When I do new clean of the repo in new directory (say \newRepoDir)
I am getting error
$ git clone //myserver/git/apps/myApp.git/
Cloning into 'MyApp'...
done.
fatal: unable to read tree 18295307f1270da3c09e3de91890652af4ff7ca8
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'
2. When I do cat in new directory I am getting fatal: ..bad file error
$ git cat-file -t 18295307f1270da3c09e3de91890652af4ff7ca8
fatal: git cat-file 18295307f1270da3c09e3de91890652af4ff7ca8: bad file
3. But if I do cat in my current working directory it can tell its tree
$ git cat-file -t 18295307f1270da3c09e3de91890652af4ff7ca8
tree
My git repo is in network share drive and its Windows 7 and I am
working on Windows 7 machine too.
As client tool I am using Git for Windows 1.9.2.msysgit.0.
At this point I am thinking I have to push this tree in repo but not
sure how to do it or really that a solution.
Let me know what I have to do and if any further information is needed.
Thanks.
reply other threads:[~2014-11-05 17:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20141105200132.1464d476d91ce4f32b085b6a@domain007.com \
--to=flatworm@users.sourceforge.net \
--cc=anjibman@gmail.com \
/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).