Helix4Git Administrator Guide (2019.2)

The gconn-user needs admin access

Problem Solution

If

git push origin master

results in

... GConn P4 user needs admin access ...

As a superuser, run p4 protect to open the spec form, then add the gconn-user to the protections table with the list permission:

list user gconn-user * //gD1/...

See p4 protect in Helix Core P4 Command Reference.

and,

Run p4 show-permission to find out whether the gconn-user has admin permission.

p4 show-permission -u gconn-user -d gD1

If not, run p4 grant-permission to grant admin access to the gconn-user for the specified depot.

See p4 grant-permission in Helix Core P4 Command Reference.