osx elcapitan - Suddenly every git command causes `error: bad signature` in every Git repository -


i have weird problem. today, working in multiple git repositories, of sudden, started getting

$ git st error: bad signature fatal: index file corrupt 

in every single repository.

i tried jakub's reply in post how resolve "error: bad index – fatal: index file corrupt" when using git, didn't work. if fixed issue second, i'm doing changes repository (like git add somefile) error comes back.

i know broad , unspecific question... how can solve this?

i'm running mac on el capitan (10.11.1)

update:

i wanted restart computer after incident , mac crashed @ startup massive kernel errors. booted once safemode analyse it, couldn't find anything. restarted mac, , kernel error gone, including git problem caused file corrupt error. index file of git repositories did work in still broken, timemachine restore them.

so, think problem maybe related kernel problems, caused strange behaviour. now, working again.

but still have eye on that, because problem wired...

i wanted restart computer after incident , mac crashed @ startup massive kernel errors. booted once safemode analyse it, couldn't find anything. restarted mac, , kernel error gone, including git problem caused file corrupt error. index file of git repositories did work in still broken, timemachine restore them.

so, think problem maybe related kernel problems, caused strange behaviour. now, working again.

but still have eye on that, because problem wired...


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -