Stefan Näwe <stefan.naewe <at> gmail.com> writes: > > On Thu, Nov 3, 2011 at 12:43 PM, Stefan Näwe <stefan.naewe <at> gmail.com> wrote: > > I get errors from git push when trying to delete a (remote) branch: > > > > $ ./bin-wrappers/git versiongit version 1.7.8.rc0 > > $ ./bin-wrappers/git push -q . :refs/heads/nogofatal: bad object > $ ./bin-wrappers/git push -q . :refs/heads/nogo > > (re-wrapped) > > $ ./bin-wrappers/git push -q . :refs/heads/nogo > fatal: bad object 0000000000000000000000000000000000000000 > fatal: bad object 0000000000000000000000000000000000000000 > remote: warning: Allowing deletion of corrupt ref. I think the problem lies actually in 'rev-list': $ git rev-list --verify-objects 0000000000000000000000000000000000000000 \ --not --all fatal: bad object 0000000000000000000000000000000000000000 Regards, Stefan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html