Skip to content

Instantly share code, notes, and snippets.

@lujiacn
Created July 29, 2016 08:59
Show Gist options
  • Save lujiacn/b3aec220de298b50feda9eb89a19c2c1 to your computer and use it in GitHub Desktop.
Save lujiacn/b3aec220de298b50feda9eb89a19c2c1 to your computer and use it in GitHub Desktop.
git push remote rejected
! [remote rejected] master -> master (pre-receive hook declined)
solution:
git pull --rebase
refer to http://stackoverflow.com/questions/7986139/git-error-when-trying-to-push-pre-receive-hook-declined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment