Error getting project from git

Hi
I have a GIT repository and try yo download my project files from there. When i run the sync in the awx project i get this error and not sure what it is:

Traceback (most recent call last): File “/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/awx/main/tasks.py”, line 1135, in run self.pre_run_hook(self.instance) File “/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/awx/main/tasks.py”, line 1902, in pre_run_hook self.acquire_lock(instance) File “/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/awx/main/tasks.py”, line 1870, in acquire_lock self.lock_fd = os.open(lock_path, os.O_RDWR | os.O_CREAT) PermissionError: [Errno 13] Permission denied: ‘/var/lib/awx/projects/_16__docker_keys.lock’

SCM credentials are ok, I am using a SSH key.

Any suggestions?

Thanks
daniel

It looks like either your permissions are wrong on the filesystem or you have mounted a drive that’s not mapping permissions correctly.