Hello Friends,
When you are working with GIT sometimes face this kind of error "error: Unable to append to .git/logs/refs/heads/dev: Permission denied fatal: Cannot update the ref 'HEAD'.", while taking update from your branch.
Solution:
To solve this issue I just used the below command and my issue has been resolved.
sudo chown -Rc $UID .git/
Please check this command on your terminal.
Thanks
0 Comment(s)