Git configuration FSCK objects You probably want to enable object fscking, which will protect against some hypothetical attacks on SHA1 git config --global transfer.fsckobjects true git config --global fetch.fsckobjects true