ruby - How to fix "pre receive hook declined" error when deploying to Heroku -


i need build application school , using https://github.com/zendesk/call_roulette permission. when deploying heroku "pre receive hook declined" error.

i followed these steps:

  1. installed ruby, heroku , git.
  2. downloaded repository mentioned above.
  3. opened terminal , changed directory downloaded repository.
  4. git init, git add ., git commit, heroku create, git heroku push master.

that's "pre receive hook declined" error. error when try deploy through heroku's site linking github repository.

what did wrong?


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -