I am having a problem pushing with git
using Gitolite.
When I try this:
git push origin :refs/tags/deployment
我发现这一错误:
remote: D NAME/install.py repos michael DENIED by fallthru
remote: error: hook declined to update refs/tags/deployment
To gitolite@admin:repos
! [remote rejected] deployment (hook declined)
error: failed to push some refs to gitolite@admin:repos
我向小组(deploy
>[其中用户>><>code>michael是]允许删除Giteolite config的分行:
@deply = michael
repo repos
RWD = @deply
I have seen this post: "Unable to push in Git. Why?"
但是,我没有利用我知道的、无法找到可能涉及的任何东西的hoo。
Is there something im missing perhaps?
Has anybody come across this?