Skip to content

Instantly share code, notes, and snippets.

@phlegx
Created January 30, 2013 16:03
Show Gist options
  • Save phlegx/4674271 to your computer and use it in GitHub Desktop.
Save phlegx/4674271 to your computer and use it in GitHub Desktop.
git push -f
Counting objects: 223, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (91/91), done.
Writing objects: 100% (157/157), 25.68 KiB, done.
Total 157 (delta 84), reused 131 (delta 64)
remote: + refs/heads/master username DENIED by refs/heads/master
remote: error: hook declined to update refs/heads/master
To gitolite@code.example.com:my_project
+ d19e304...db40b3d development -> development (forced update)
! [remote rejected] master -> master (hook declined)
error: failed to push some refs to 'gitolite@code.example.com:my_project'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment