这里的初学者难以理解为什么我的git推向Heroku突然失败了:
a101291@pinteresting:~/workspace (master) $ git push heroku master
Counting objects: 2043, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (1997/1997), done.
Writing objects: 100% (2021/2021), 35.58 MiB | 4.20 MiB/s, done.
Total 2021 (delta 847), reused 0 (delta 0)
...现在它挂起约15分钟然后:
remote: fatal: early EOF
error: unpack failed: index-pack abnormal exit
To https://git.heroku.com/omr101291.git
! [remote rejected] master -> master (unpacker error)
再次尝试几次无济于事。还尝试重新启动dyno和heroku repo:重建但仍然没有运气。我在Cloud9 IDE上的Ubuntu实例上运行它,并且repo在这里:https://github.com/101291/pinteresting (推向Github工作正常)。
非常感谢任何帮助!
由于