Answers for "warning: unable to access '/Users/me/.config/git/attributes': Permission denied"

0

warning: unable to access '/Users/me/.config/git/attributes': Permission denied

cd ~/
ls -al
# Noticed .config was owned by root, unlike everything else in $HOME
sudo chown -R $(whoami) .config
Posted by: Guest on October-17-2021

Code answers related to "warning: unable to access '/Users/me/.config/git/attributes': Permission denied"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language