I'm running into the following ```IntrinsicError:...
# general
s
I'm running into the following
Copy code
IntrinsicError: Permission denied (os error 13)
when running
Copy code
pants update-build-files --check ::
How do I get pants to give me more information? Being more selective wrt to the targets doesn't help. Adding
--print-stacktrace -ldebug
doesn't help either
2
Almost immediately after posting this I noticed
Copy code
/usr/bin/git --git-dir=/home/yjabri/archipelago/.git --work-tree=/home/yjabri/archipelago ls-files --other --exclude-standard --full-name -- /home/yjabri/archipelago
in the logs I said weren't helpful and ran that. I was able to reproduce the error so I guess this can be marked done lol