I am trying to execute a local job on CircleCI CLI but I Keep on running into this:
====>> Checkout code
Making checkout directory "/home/circleci/project"
Copying files from "/tmp/_circleci_local_build_repo" to "/home/circleci/project"
Error: /usr/bin/cp: cannot create regular file '/home/circleci/project/.git/objects/pack/pack-e79d14cba850d4fc0867a11a2cc0353c912b4c50.pack': Permission denied
Command that trigers the above error:
circleci local execute -c .circleci/test-config.yml --job- test-job --org-id <org-id>
The job is being executed on the cimg/python:3.10 executor
Any ideas of what might be causing this?