Created
December 8, 2011 02:21
-
-
Save cayasso/1445804 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jbrumle-441b97:obituarioscr jebrumle$ git push heroku master | |
Counting objects: 646, done. | |
Delta compression using up to 8 threads. | |
Compressing objects: 100% (580/580), done. | |
Writing objects: 100% (646/646), 495.76 KiB, done. | |
Total 646 (delta 44), reused 0 (delta 0) | |
-----> Heroku receiving push | |
-----> Removing .DS_Store files | |
-----> Fetching custom build pack... done | |
-----> Node.js app detected | |
-----> Fetching Node.js binaries | |
gzip: stdin: not in gzip format | |
tar: Child returned status 1 | |
tar: Exiting with failure status due to previous errors | |
! Heroku push rejected, failed to compile Node.js app | |
To [email protected]:obituarioscr.git | |
! [remote rejected] master -> master (pre-receive hook declined) | |
error: failed to push some refs to '[email protected]:obituarioscr.git' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a problem in the Heroku infrastructure, because I have this same problem at the moment with a PHP app?