Horje
warning: unable to access '/Users/me/.config/git/attributes': Permission denied Code Example
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




Shell

Related
bash for file in Code Example bash for file in Code Example
flutter Android SDK file not found Code Example flutter Android SDK file not found Code Example
shell for file in directory Code Example shell for file in directory Code Example
flutter doctor android license error Code Example flutter doctor android license error Code Example
laravel installer Code Example laravel installer Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12