Я пытаюсь развернуть приложение в heroku, у меня что-то уже есть, но когда я нажимаю последние изменения, я прихожу с этой проблемой:
Sujan-MacBook-Pro:Server sujan$ git push origin master
Everything up-to-date
Sujan-MacBook-Pro:Server sujan$ git push heroku master
Enumerating objects: 161, done.
Counting objects: 100% (161/161), done.
Delta compression using up to 4 threads
Compressing objects: 100% (144/144), done.
fatal: unable to read 92026926ffb357dc78360aa8695e5d6e4e0d5542
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
error: failed to push some refs to 'https://git.heroku.com/morning-waters-83286.git'
Sujan-MacBook-Pro:Server sujan$
Sujan-MacBook-Pro:Server sujan$
Sujan-MacBook-Pro:Server sujan$ git config --global http.postBuffer 157286400
Sujan-MacBook-Pro:Server sujan$ git push heroku master
Enumerating objects: 161, done.
Counting objects: 100% (161/161), done.
Delta compression using up to 4 threads
Compressing objects: 100% (144/144), done.
fatal: unable to read 92026926ffb357dc78360aa8695e5d6e4e0d5542
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
error: failed to push some refs to 'https://git.heroku.com/morning-waters-83286.git'
Sujan-MacBook-Pro:Server sujan$ git fsck
Checking object directories: 100% (256/256), done.
missing blob 92026926ffb357dc78360aa8695e5d6e4e0d5542
Кажется, что отсутствует BLOB-объект, но ничего из этого не может решить проблему !!!