I am using ubuntu 14.10 (64bit), git version 2.1.0. This is a repository that has been around for several years, and has recently started having issues.
Sometimes I\'ll
No idea what's going on (beyond noting the obvious, that something is corrupting your git repo), but I know how I fix things like this - I'm hoping that was an implicit question!
myrepo.broken
or similarI far prefer the above method to futzing with the repo itself. But if you insist (and I'd make a backup first):
git gc --prune=now
will prune all your dangling blobs and commits.As far as what's going on is concerned, I've had problems with
It's easy enough to avoid the first and second of these repeating, and the third is understandable, but the fourth tends to be tricky. Avoid feeding after midnight.