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

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

Open
ghost opened this issue Mar 28, 2021 · 3 comments
Open

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

ghost opened this issue Mar 28, 2021 · 3 comments

Comments

@ghost
Copy link

ghost commented Mar 28, 2021

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
Copy link

rip same

@emilienbidet
Copy link

emilienbidet commented Apr 8, 2021

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
Copy link

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

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

3 participants