English 中文(简体)
git prop origin DENIED byfallthru, hookdown: gitolite
原标题:git push origin DENIED by fallthru, hook declined: gitolite

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?

问题回答

页: 1

RW+, for “push -f” or ref abolition granted (i.e., destruction information)

另外,如果你重新使用V2,这也可以适用:

RWD和RW+D, 要求删除。 一旦你在回响中使用,一个普通的RW+再也不能删除。

来源:

rel=“noreferer”>http://sitaramc.github.com/gitolite/g2/conf.html>

rel=“noreferer” http://sitaramc.github.com/gitolite/rules.html





相关问题
git confusion - cloning a repo is returning a past version

Im having some confusion with my git usage. I cloned a repo from one comp to the other, and the new clone is the state of the original that was active some time ago. So its cloning a past version. ...

Appropriate strategy for tagging and hotfixing with git

I was wondering if the strategy I m using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

热门标签