Git worked fine, but when I tried to click today, I received an error message:
fatal: unable to access .git / config ': Permission denied
I have not changed git settings recently.
This question seemed to be similar, but I'm not sure how to find where it is .git/config. I tried to run git config --list --show-origin, but all git commands give me the same error.
How can i run git again? If that matters, I am on Windows (without administrator privileges) using Bitbucket.
source
share