there is a similar question, but the difference here is that I am working on Windows. I am running git on Windows (working in git bash tool) and I have successefully cloned my forked repository. Now I need to make symbolic link and it gives me Permission denied
. I can make new dir for example in .git
folder and I have also set chmod /R 777
for .git
directory, so it seems I have permissions.
I tried to run:
rm -rf hooks
and then ln -s ../git_hooks hooks
.