git push heroku master error -
i'm encountering problem deploying heroku. online instructions suggest follow these steps: https://devcenter.heroku.com/articles/django#deploy-to-heroku
however, when "git force heroku master" next error:
counting objects: 12, done. delta compression using 8 threads. compressing objects: 100% (10/10), done. writing objects: 100% (12/12), 3.44 kib, done. total 12 (delta 1), reused 0 (delta 0) ! heroku force rejected, no cedar-supported app detected git@heroku.com:mysterious-peak-4781.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed force refs 'git@heroku.com:mysterious-peak-4781.git'
can tell me whats wrong?
rename app create it. must in heroku guess.
use command
heroku apps:rename name
name = ever name want put.
if above not work,
type
cd .git vi config
you this.
[remote "heroku"] url = git@heroku.com:name.git
this method. alter name , try.
heroku
No comments:
Post a Comment