Note that there are some explanatory texts on larger screens.

plurals
  1. PONewbie in Heroku: Error when push my app to Heroku
    text
    copied!<p>I am using Ubuntu 10.04. By following the <a href="http://devcenter.heroku.com/articles/quickstart#prerequisites" rel="nofollow">tutorial here</a>, I have created Heroku account, installed <strong>GIT</strong> and <strong>Heroku</strong> successfully. I have uploaded the SSH key and add heroku to my system PATH. </p> <p>After that, I did the following thing:</p> <p><strong>---------- FIRST (successful)-------------</strong></p> <pre><code>$ cd PATH/TO/MY_APP $ git init Initialized empty Git repository in .git/ $ touch HELLO $ git add . $ git commit -m "Add a HELLO file" </code></pre> <p><strong>------------THEN (successful)----------</strong></p> <pre><code>$ heroku create Enter your Heroku credentials. Email: joe@domain.com Password: Uploading ssh public key /Users/joe/.ssh/id_rsa.pub Created http://high-sunrise-58.heroku.com/ | git@heroku.com:high-sunrise-58.git Git remote heroku added </code></pre> <p><strong>----------- LAST (Which failed!!!)----------</strong></p> <pre><code>$ git push heroku master Warning: Permanently added the RSA host key for IP address 'xx.xx.xx.xx' to the list of known hosts. Counting objects: 3, done. Writing objects: 100% (3/3), 226 bytes, done. Total 3 (delta 0), reused 0 (delta 0) f -----&gt; Heroku receiving push ! Heroku push rejected due to an unrecognized error. ! We've been notified, see http://support.heroku.com if the problem persists. To git@heroku.com:high-sunrise-58.git ! [remote rejected] master -&gt; master (pre-receive hook declined) error: failed to push some refs to 'git@heroku.com:high-sunrise-58.git' </code></pre> <p>As you see above, <strong>my LAST step failed</strong>.</p> <p>What could be the possible reason for the error in my LAST step(when push my app to Heroku)?Why it is failed?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload