Unable to upload change to ORAN Gerrit
Problem
When I try to push changes to a repository in scp/* on the O-RAN-SC Gerrit, I get a permission denied error. I have no problems proposing changes for other repositories.
An example of this would be
git push origin HEAD:refs/for/master fatal: remote error: Upload denied for project 'scp/ric-app/kpimon'
Solution
The O-RAN-SC Gerrit utilizes two different sets of CLAs. For all repositories that do no live under scp/* the CLAs in use are the ICLA OSS and CCLA OSS, all repositories that live under scp/* require the signing of either the ICLA ORAN-SC Association or the CCLA ORAN-SC Association licenses
- Got to https://gerrit.o-ran-sc.org/r/settings/#Agreements
- See which Contributor Agreements you presently are part of
- If you do not show an appropriate CLA for the repository you want to contribute to, Select 'New Contributor Agreement'
- Follow the steps as appropriate
- After getting confirmation that the CLA has been signed, log out and then back in to the Gerrit UI at https://gerrit.o-ran-sc.org a web login is the only time that your group rights are updated
Related articles