Can't seem to install mod through git
I got quite far running portmod awe merge meta-momw/graphics-overhaul and it has now installed quite a few mods, some i had to download manually from Nexus, some it downloaded and installed itself an now i'm stuck here:
Total: 43 packages (0 updates, 43 new, 0 reinstalls, 0 removals),
Size of downloads: 398.436 MiB
Fetch instructions for skies/new-starfields-1.1-r1::openmw:
Please download the following files from the url at the bottom
before continuing and move them to the download directory:
  /Users/vincent/Library/Caches/portmod/downloads
  https://www.nexusmods.com/morrowind/mods/43246?tab=files
Would you like to continue? [Yes/No]: yes
>>> Starting installation of media-fonts/pelagiad-0_p20170803
>>> Unpacking package...
git: error: couldn't create cache file '/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/xcrun_db-uzhIb9XY' (errno=Operation not permitted)
Error opening /private/var/select/sh: Operation not permitted
2021-03-16 10:19:37.273 xcodebuild[3205:27844]  DVTFilePathFSEvents: Failed to start fs event stream.
2021-03-16 10:19:37.537 xcodebuild[3205:27787] XType: failed to connect - Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service on pid 0 named com.apple.fonts was invalidated." UserInfo={NSDebugDescription=The connection to service on pid 0 named com.apple.fonts was invalidated.}
2021-03-16 10:19:37.537 xcodebuild[3205:27787] Font server protocol version mismatch (expected:5 got:0), falling back to local fonts
2021-03-16 10:19:37.537 xcodebuild[3205:27787] XType: unable to make a connection to the font daemon!
2021-03-16 10:19:37.537 xcodebuild[3205:27787] registering /System/Library/Fonts/*, /System/Library/Fonts/Base/*, and /System/Library/Fonts/Supplemental/* locally
2021-03-16 10:19:37.538 xcodebuild[3205:27787] Can't find ATS.framework
2021-03-16 10:19:39.640 xcodebuild[3205:27787] Could not create the specification cache file; proceeding with uncached specifications.  Error: Error Domain=Xcode Code=0 "couldn't create specification cache file at /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/com.apple.DeveloperTools/12.4-12D4e/Xcode/CachedSpecifications-xcodebuild: Operation not permitted" UserInfo={NSLocalizedDescription=couldn't create specification cache file at /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/com.apple.DeveloperTools/12.4-12D4e/Xcode/CachedSpecifications-xcodebuild: Operation not permitted}
Error opening /private/var/select/sh: Operation not permitted
Cloning into 'Pelagiad'...
remote: Enumerating objects: 142, done.
remote: Total 142 (delta 0), reused 0 (delta 0), pack-reused 142
Receiving objects: 100% (142/142), 577.23 KiB | 3.56 MiB/s, done.
Resolving deltas: 100% (60/60), done.
error: Unable to create '/private/tmp/portmod/media-fonts/pelagiad-0_p20170803/work/Pelagiad/.git/refs/remotes/origin/HEAD.lock': No such file or directory
fatal: unable to update refs/remotes/origin/HEAD
Traceback (most recent call last):
  File "<string>", line 21, in <module>
  File "/Users/vincent/.pyenv/versions/3.9.1/lib/python3.9/site-packages/portmod/_wrapper.py", line 250, in main
    args.func(args)
  File "/Users/vincent/.pyenv/versions/3.9.1/lib/python3.9/site-packages/portmod/_wrapper.py", line 90, in wrapper_pybuild
    pkg_func(pkg, "src_unpack")
  File "/Users/vincent/.pyenv/versions/3.9.1/lib/python3.9/site-packages/portmod/_wrapper.py", line 84, in pkg_func
    return func()
  File "/Users/vincent/Library/Application Support/portmod/repos/openmw/common/git/git-1.0.pybuild", line 44, in src_unpack
    self.execute(f"git clone {repo}")
  File "/Users/vincent/.pyenv/versions/3.9.1/lib/python3.9/site-packages/portmod/execute.py", line 68, in execute
    proc = subprocess.run(cmd, check=check, stdout=output, stderr=error)
  File "/Users/vincent/.pyenv/versions/3.9.1/lib/python3.9/subprocess.py", line 524, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['git', 'clone', 'https://github.com/Isaskar/Pelagiad.git']' returned non-zero exit status 128.
Traceback (most recent call last):
  File "/Users/vincent/.pyenv/versions/3.9.1/lib/python3.9/site-packages/portmod/_cli/merge.py", line 132, in merge_main
    configure(
  File "/Users/vincent/.pyenv/versions/3.9.1/lib/python3.9/site-packages/portmod/merge.py", line 346, in configure
    elif install_pkg(trans.pkg):
  File "/Users/vincent/.pyenv/versions/3.9.1/lib/python3.9/site-packages/portmod/package.py", line 267, in install_pkg
    src_unpack(mod, BUILD_DIR, state.WORKDIR, state)
  File "/Users/vincent/.pyenv/versions/3.9.1/lib/python3.9/site-packages/portmod/package.py", line 87, in src_unpack
    _sandbox_execute_pybuild(
  File "/Users/vincent/.pyenv/versions/3.9.1/lib/python3.9/site-packages/portmod/loader.py", line 362, in _sandbox_execute_pybuild
    result = _sandbox_execute(
  File "/Users/vincent/.pyenv/versions/3.9.1/lib/python3.9/site-packages/portmod/loader.py", line 304, in _sandbox_execute
    raise SandboxedError(
portmod.loader.SandboxedError: /Users/vincent/Library/Application Support/portmod/repos/openmw/media-fonts/pelagiad/pelagiad-0_p20170803.pybuild unpack failed!
ERROR: /Users/vincent/Library/Application Support/portmod/repos/openmw/media-fonts/pelagiad/pelagiad-0_p20170803.pybuild unpack failed!Got any tips for me?