ruby on rails - Git push heroku master fails with "remote: fatal: early EOF error: unpack failed: index-pack abnormal exit" -


beginner here stumped why git pushes heroku failing of sudden:

a101291@pinteresting:~/workspace (master) $ git push heroku master counting objects: 2043, done. delta compression using 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) 

...now hangs ~15 minutes , then:

remote: fatal: eof error: unpack failed: index-pack abnormal exit https://git.heroku.com/omr101291.git  ! [remote rejected] master -> master (unpacker error) 

tried again few times no avail. tried restarting dyno , heroku repo:rebuild still no luck. running ubuntu instance on cloud9 ide , repo here: https://github.com/101291/pinteresting (pushes github working fine).

any appreciated!

thanks


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -