Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>"did not send all necessary objects" is the manifestation of the error, not the error itself.<br> For information, this message comes from <code>builtin/fetch.c</code> method <a href="http://github.com/git/git/blob/master/builtin/fetch.c#L370" rel="nofollow"><code>store_updated_refs()</code></a>, which calls <code>connected.c</code> method <a href="http://github.com/git/git/blob/master/connected.c#L6" rel="nofollow"><code>check_everything_connected()</code></a>. It performs a</p> <pre><code>git rev-list --verify-objects --stdin --not --all </code></pre> <pre class="lang-c prettyprint-override"><code>/* * If we feed all the commits we want to verify to this command * * $ git rev-list --verify-objects --stdin --not --all * * and if it does not error out, that means everything reachable from * these commits locally exists and is connected to some of our * existing refs. * * Returns 0 if everything is connected, non-zero otherwise. */ </code></pre> <hr> <p>The real issue is during the unpacking phase:</p> <pre><code>Upacking objects: 100% (34/34), done. fatal: bad object 4324324....(etc object number) </code></pre> <p>It shouldn't be tied to some BitBucket hiccup, since its <a href="http://status.bitbucket.org" rel="nofollow">status page is clear</a>. </p> <p>So it might be linked to some corruption, added during a previous push by another contributor. If any clone of that BitBucket repo from any user results in the same message, you need to contact the support for them to troubleshoot this repo.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload