Original bug : https://bugs.centos.org/view.php?id=17614 , requested by @amoralej
I'm trying to create a branch for nfv sig in openvswitch distgit https://git.centos.org/rpms/openvswitch I've used ssh://git@git.centos.org/rpms/openvswitch to clone it When i try to push new branch c8-sig-nfv-openvswitch-2.13 (iiuc, i should be able to create any branch starting with c8-sig-nfv-<whatever> because i'm member of NFV SIG), it fails with following error: $ git push origin c8-sig-nfv-openvswitch-2.13:c8-sig-nfv-openvswitch-2.13 Enumerating objects: 3, done. Counting objects: 100% (3/3), done. Writing objects: 100% (3/3), 219 bytes | 219.00 KiB/s, done. Total 3 (delta 0), reused 0 (delta 0) remote: Access to namespace rpms is restricted remote: Denied push for ref 'refs/heads/c8-sig-nfv-openvswitch-2.13' for user 'amoralej' remote: All changes have been rejected To ssh://git.centos.org/rpms/openvswitch ! [remote rejected] c8-sig-nfv-openvswitch-2.13 -> c8-sig-nfv-openvswitch-2.13 (pre-receive hook declined) error: failed to push some refs to 'ssh://git@git.centos.org/rpms/openvswitch'
Metadata Update from @arrfab: - Issue assigned to arrfab - Issue tagged with: cbs, low-trouble, medium-gain
@amoralej : it's because you need to signin on git.centos.org when you're added to a new group. The group[s] membership sync happen over OpenID at login time. As you can see on https://git.centos.org/user/amoralej/groups , git.centos.org still consider that you're not member of the sig-nfv group. Once you'll have logged back in, pagure will have that info and you'll be able to push to the correct branch
Metadata Update from @arrfab: - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.