codespeed icon indicating copy to clipboard operation
codespeed copied to clipboard

Zero-padded file modes

Open sgraf812 opened this issue 5 years ago • 2 comments

Running git fsck yields the following output for me:

Checking object directories: 100% (256/256), done.
warning in tree 28364970824df3bd81620881276330a2e941a6c1: zeroPaddedFilemode: contains zero-padded file modes
Checking objects: 100% (6294/6294), done.

Unfortunately this means I can't locally push a fork of this repo to a private GitLab instance, because that instance seems to error out when encountering this.

Just posting this here so that you are aware. There seems to be no solution other than to rewrite history (thus changing all commit SHAs) or for me to prompt my GitLab hoster to omit that check.

Related GitLab issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/22095, so it's probably 'their fault'.

sgraf812 avatar Sep 24 '18 11:09 sgraf812

I was not aware of this issue. Rewriting history for a project that has been around for so long is not a realistic option, so we'll have to wait for Gitlab to fix that!

tobami avatar Oct 06 '18 17:10 tobami

This issue can probably be closed as wontfix

mwatts15 avatar Jun 21 '20 13:06 mwatts15