heroku corrupted object, git fsck fails in rails

Posted by Ryan Max on Stack Overflow See other posts from Stack Overflow or by Ryan Max
Published on 2010-06-13T04:27:42Z Indexed on 2010/06/13 4:32 UTC
Read the original article Hit count: 677

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about git