I am looking for help!
I get the following error message when I try to execute git pull;
C: \ Jenkins \ Repo> git pull error: cannot open .git / FETCH_HEAD: Permission denied
This machine is part of the Windows Server 2008 r2 operating system and uses ssh for authentication.
We tried the following: Checked that the current user is correctly reading / writing to the FETCH_HEAD file, which he does, also checking that the user has the correct permissions set for the repo root.
I tried to download my private key (which I know that 100% works and has permissions for the corresponding repo) and still the same problem ... so from little I know about git I think this is more of a problem with Windows
and a lot of google!
More ideas on what to do / check would be a big help!
source share