The gconn-user needs admin access
| Problem | Solution |
|---|---|
|
If
git push origin branchName
results in
... GConn P4 user needs admin access ...
|
The Git Connector configuration script grants the To verify that the gconn-user has the list protection, as the P4 super user, issue the command:
p4 protect -o
The protection spec form appears and should indicate that list user gconnn-user * //repo/... If not, edit the protection spec form to include the following line: list user gconnn-user * //repo/... For more information, see p4 protect, p4 show-permission, and p4 grant-permission in P4 CLI Reference. |