So I have commit all my local changes successfully, but then when I try to use git push
, it gives me the following error message:
Error: inflate: data stream error (unknown compression method) fatal: loose object a92cbc6c3f5f7e44614ec2ce2a4f29475fcc0766 (stored in .git/objects/a9/2cbc6c3f5f7e44614ec2ce2a4f29475fcc0766) is corrupt fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly fatal: write error: Bad file descriptor
I don't know what happened because git has been working fine when I was in my previous projects. Can anybody shed some light on this issue and how to resolve it?