- r - 以节省内存的方式增长 data.frame
- ruby-on-rails - phát hiện rò rỉ bộ nhớ Ruby/Ruby on Rails
- android - 无法解析导入android.support.v7.app
- UNIX 域套接字与共享内存(映射文件)
我在使用 Gitolite 推送 git
时遇到问题。
当我尝试这个时:
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
[用户 michael
是其成员] 的权限删除 Gitolite 配置中的分支:
@deply = michael
repo repos
RWD = @deply
我看过这个帖子:“Unable to push in Git. Why?“
但我没有使用任何我知道的钩子(Hook),也找不到任何其他可能相关的东西。
我是不是遗漏了什么?
有人遇到过这个吗?
câu trả lời hay nhất
您需要RW+
权限才能更改/删除 ref
RW+, for "push -f" or ref deletion allowed (i.e., destroy information)
此外,如果您使用的是 V2,这可能适用:
RWD and RW+D, for ref deletion. Once you use this in a repo, a normal RW+ can no longer delete a ref; it can only rewind
nguồn:
http://sitaramc.github.com/gitolite/g2/conf.html
http://sitaramc.github.com/gitolite/rules.html
关于git push origin 被 fallthru 拒绝,hook 拒绝 : gitolite,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10429201/
当我尝试“git push origin master”时,我收到错误“DENIED by fallthru” 过去三个小时我一直在谷歌上搜索。我不知道如何修复它。 gitolite.log 2012
我在 Red Hat Linux 服务器上安装了 GIT 用于集中存储库,并使用 HTTP 用户名和密码来控制来 self 们 Windows 笔记本的用户访问。 基于作为示例存储库提供的 testi
我设法在我的 NAS 上初始化了一个空的 git repo,我尝试通过生成一个新的公钥“foo.pub”并将其复制+粘贴到 keydir/并提交并将其推送到 NAS 来添加一个新用户. 一、文件: 这
我是第一次设置 gitolite。我正在关注 this instructions . 当我 ssh 时,它看起来很好: $ ssh -p 2222 gitolite@debian PTY alloca
我在使用 Gitolite 推送 git 时遇到问题。 当我尝试这个时: git push origin :refs/tags/deployment 我收到这个错误: remote: D NAME/i
Tôi là một lập trình viên xuất sắc, rất giỏi!