[Libreoffice] Git pull problems

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Wed Dec 14 02:18:43 PST 2011


On Wed, Dec 14, 2011 at 10:19:58AM +0100, Alex Thurgood wrote:
> git pull && ./g pull
> error: Unable to find c29667cde3f151a73d7302757a6eca316b886aa3 under
> http://anongit.freedesktop.org/git/libreoffice/core.git
> Cannot obtain needed tree c29667cde3f151a73d7302757a6eca316b886aa3
> while processing commit 28b86ca7b704d2789cad69f7516203434202c082.
> error: Fetch failed.

The tree object c29667cde3f151a73d7302757a6eca316b886aa3 exists here, but not
the commit 28b86ca7b704d2789cad69f7516203434202c082. If that commit isnt too old
(git show 28b86ca7b704d2789cad69f7516203434202c082 should tell you):

 git reset --hard 28b86ca7b704d2789cad69f7516203434202c082^
 git pull

should help you as it get rid of this (nonexistant) commit.

Best,

Bjoern


More information about the LibreOffice mailing list