perforce - Unable to clone from git p4 clone -
Unable to clone for repo: (Any help would be appreciated) I want to clone refo I am trying. I have permission to repo verified.
GIT P4 Clone - Destination = / Workspace / GIT / Lotus / Main // Deep / Lotus / Main // Deep / Lotus / Main / Work / GIT / Lotus / Import From Main In the /workspaces/git/lotus/main/.git/, the current GIT repository was restarted / / / / / / / master trashback (most recent call final) in RIFs / Remote / P4 / Modification # Initial import of modification / lotus / main / modification: file "library / developer / command Ain Tools / usr / Libsek / Jiaiti-core / Jiaiti-P4 ", line 3287, & lt; Module & gt; Main () file "/ library / developer / commandline tools / usr / libsec / git-core / git-p4", line 3281, not main if CMD.ron (AGR): file "/ library / developer / commandline tools / usr / linux / Jiaiti-core / Jiaiti-P4 ", line 3155, if not running P4Sync.run (self Dipopath): file" / Library / developer / Commands tools / usr / Libsek / Jiaiti-core / Jiaiti -P4 ", line 2951, run self.importHeadRevision (revision) file p4cm "For information dList / Library / Developer / CommandLineTools / usr / libexec / Git core / Git- P4", line 2700 in importHeadRevision ([ "files"] fileArgs): File "/ Library / Developer / CommandLineTools / usr / libexec / Git core / Git- P4 ", line 475, in p4CmdList stdout = subprocess.PIPE) file" /System/Library/Frameworks/Python.framework/Versions/2.7 /lib/python2.7/subprocess.py ", line 711, in __init__ errread, errwrite) file" /System/Library/Frameworks/Pythonkframework/Versions/2k7/lib/python2k7/subprocesskpy ", line 1308, _execute_child raise in Child_exception OSError: [error 13] Permission denied
These rows:
File p4CmdList To switch to Info "/ Library / Developer / CommandLineTools / usr / libexec / Git core / Git- P4", line 2700 in importHeadRevision ([ "files"] fileArgs): File "/ Library / Developer / CommandLineTools / usr / libexec / Git core / Git- P4 ", line 475, p4CmdList stdout =) file" /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2 in subprocess.PIPE. 7 / subprocess.py ", line 711, __init__ errread, errwrite) file" /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py ", line 1308, increasing _execute_child Child_exception OSError: [Error 13] Permission denied
indicates that git-p4
is essentially doing:
$ p4 files & lt; some_path & gt;
but receives permission denied
if you download p4
If you do this and put it in your PATH
, then it can be done, but in this chmod
Forgotten, to make it executable.
Comments
Post a Comment