hi, i'm trying to use sourcetree to manage my local mamp pro site. so with git and sourcetree installed i use my local development directory as a workging-directory. when i try to check unstaged file i get this error:
fatal: Unable to create 'developmentsite.dev/.git/index.lock': Permission denied
i check the permision on this directory and the mac user (me) and _www user (mamp pro) can write and read on this directory.
so what can i do to resolve the problem?