I am having trouble cloning a Perforce depot using git p4 clone.
I am running the following command:
git p4 clone //depot/systems@all
I get the following error:
Initialized empty Git repository in /folder/folder/.git/
Perforce client error:
p4 -h for usage.
Invalid option: -r.
failure accessing depot: could not run p4
Running p4 depots I can see the following:
Depot systems 2010/12/03 local systems/… ‘Created by user. ‘
I am able to sync / add and edit into Perforce without issue.
I’m not sure where I am going wrong.
Any help appreciated?
Thanks,
Ben
I’m running RH 9.4 and python 3.9. I’ve also tried a p4 login before running the git p4 clone
user25471220 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.