Answer the question
In order to leave comments, you need to log in
How to fix bug with push in git?
Hello
, I'll be brief
when pushing, an error pops up
push failed on refs/heads/master pre-receive hook declined
what to do about it?
i googled!!!! honestly!!!! but I didn’t understand anything
ps maybe it will be easier for someone from this screen
Answer the question
In order to leave comments, you need to log in
The server you are pushing to rejects your push, if it is a github, you may have included too large a file in the repository, if this is someone else's repository, ask the person who administers it.
https://stackoverflow.com/questions/7986139/git-er...
In my case, it's because I accidentally added a giant file to my uncommitted push
Made so that the master is not pushed, a common practice when working in a team.
You make a branch for yourself, you commit there, through a pull request you merge into the master ...
push failed on refs/heads/master pre-receive hook declined
what to do about it ?
i googled!!!! honestly!!!! but did not understand anything
I have the same problem although the command can push to do
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question