I am having a problem pushing with git using Gitolite. When I try this:
git
git push origin :refs/tags/deployment
I get this erro
This worked for me, when nothing else would:
cd ~gitlab/gitlab sudo -u gitlab -H bundle exec rake gitlab:gitolite:update_keys RAILS_ENV=production sudo -u gitlab -H bundle exec rake gitlab:gitolite:update_repos RAILS_ENV=production