Pushing app to heroku error

删除回忆录丶 提交于 2019-12-11 21:11:50

问题


I am getting the following error when I try to push my app to heroku. I saw a similar thread on here, but the issues seemed related to OSX. I am running windows 7

$ git push heroku master
Counting objects: 1652, done.
Delta compression using up to 4 threads.
fatal: object 91f5d3ee9e2edcd42e961ed2eb254d5181cbc734 inconsistent object lengt
h (476 vs 8985)
error: pack-objects died with strange error
error: failed to push some refs to 'git@heroku.com:floating-stone-94.git

I'm not sure what this means. I can't find any consistent answers on the internet. I tried re-creating my ssh public key but still the same.


回答1:


You need to recover the corrupted files. How to recover Git objects damaged by hard disk failure?



来源:https://stackoverflow.com/questions/2948409/pushing-app-to-heroku-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!