I am using SourceTree.
`Tools > Options > Authentication > {Edit Account}`
I see `Authentication: OK`
`git -c diff.mnemonicprefix=false -c core.quotepath=false fetch origin
error: cannot open .git/FETCH_HEAD: Permission denied
error: cannot open .git/FETCH_HEAD: Permission denied
error: cannot open .git/FETCH_HEAD: Permission denied
error: cannot open .git/FETCH_HEAD: Permission denied
Completed with errors, see above.`
Hello @OC2PS,
There's something wrong with the file permissions on your local file system. That Permission denied error is for accessing .git/FETCH_HEAD file.
I have no idea why this could happen, but I'd first try to clone the repository in question somewhere else and try the operation there.
Hope this helps.
Cheers,
Daniil
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.