Possible Duplicate:
Pushing app to heroku error
Hello. I am trying to push an app to heroku and I am getting the error detailed here.
So I am trying to determine the corrupt objects using git fsck -full but it isn't returning anything. Nothing happens:
Ryan@Ryan-PC ~
$ git fsck --full
Ryan@Ryan-PC
But I get the object error when I try to push the object to heroku.
Is there anyway I can go about repairing the corrupt repository, or can I just delete it and start over? How do I go about doing this?