|
In the https://github.com/mongodb/mongo repository, running git fsck results in the following warning:
$ git fsck
|
Checking object directories: 100% (256/256), done.
|
warning in tree 3e731fc8d1a567d0b41028a0b06328b2fd97351c: zeroPaddedFilemode: contains zero-padded file modes
|
Checking objects: 100% (468976/468976), done.
|
Checking connectivity: 468976, done.
|
Anybody with fsckobjects = true in their .gitconfig will not be able to clone the server repository, because this is a fatal error when cloning.
|