Yo developers (git interactive users), check if you are fsck-ing your objects on transfer:
git config --null --get transfer.fsckobjects git config --null --get fetch.fsckobjects
If that is null or false, then … set it to true:
git config --global transfer.fsckobjects true