-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zero padded filemode in your git history #231
Comments
ad0452a Is the last 'good' commit in the current history. |
Well, fuck. What version are you running, though? I just tried on 2.7.3 on Mac (the latest release) and had no problems cloning. Would really hope to avoid changing the SHAs on the whole repo with a force push. :\ |
Ah, right. Forgot about your whole comment.
I'm guessing this would mean most people wouldn't run into this? Will need to think things over a bit to consider what the best approach is. Open to some thoughts by those in the peanut gallery! |
Sorry, I confused my self, the issue was not a new version of git, it was me having
in my So, it is a problem, but less so than I initially made it out to be. One of your commit messages said something about tequila... |
According to this release of git 2.6, you should be able to ignore certain fsck errors with I've tried this after a user notified me of the error (ohmyzsh/ohmyzsh#4963) but the error still appears when cloning, but not when doing a Anyhow, you can try the above solution and see if it works. |
http://thread.gmane.org/gmane.comp.version-control.git/288336 |
Thanks! That's exactly it, it seems the setting is not implemented on |
splitted readme
Trying to clone dotfiles with modern (well, fine bleeding edge) git fails:
This seems to be due to a bug from 2005 + closing a security hole https://www.perforce.com/blog/150109/git-out-vulnerability-out-fire.
git config fetch.fsckObjects false
Will allow the repo to be cloned, but presumably there is a reason the default has been changed to true.
If you follow the directions (
git fast-export --all | (cd ../myFixedRepo; git fast-import)
) the issue seems to start very early in the history.I have pushed the cleaned version here
The text was updated successfully, but these errors were encountered: