jkutner / heroku-buildpack-minecraft

A buildpack for running a Minecraft Server on Heroku
MIT License
202 stars 292 forks source link

! [remote rejected] master -> master (pre-receive hook declined) #74

Open ghost opened 3 years ago

ghost commented 3 years ago

After running 'git push heroku master' i get this output

image

and the following error:

! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https://git.heroku.com/(app name).git'

MP3Martin commented 3 years ago

rip same

emilienbidet commented 3 years ago

Same issue, solved by just adding a requirements.txt file : touch requirements.txt git add requirements.txt git commit -m "Fix python buildpack bug" git push heroku master

ZTzTopia commented 2 years ago

Same issue, solved by just adding a requirements.txt file : touch requirements.txt git add requirements.txt git commit -m "Fix python buildpack bug" git push heroku master

thanks