Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git push heroku master fails #33

Closed
joshuaSmith2021 opened this issue Sep 24, 2019 · 0 comments
Closed

git push heroku master fails #33

joshuaSmith2021 opened this issue Sep 24, 2019 · 0 comments

Comments

@joshuaSmith2021
Copy link

Setting up a server for a school club, thanks so much for the tutorial! I just hit a simple issue, and I imagine there is a simple(ish) fix...

Everything goes well until the first git push heroku master. Then this happens:

$ heroku buildpacks:add heroku/jvm
$ heroku buildpacks:add jkutner/minecraft
$ heroku config:set NGROK_API_TOKEN="my_token"

$ git push heroku master
Counting objects: 3, done.
Writing objects: 100% (3/3), 229 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote: 
remote: -----> App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/python.tgz
remote:        More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
remote: 
remote:  !     Push failed
remote: Verifying deploy...
remote: 
remote: !       Push rejected to secret-forest-58202.
remote: 
To https://git.heroku.com/secret-forest-58202.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/secret-forest-58202.git'

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant