I am setting up a Snips server on Ubuntu 18.04.1. When I try to install a skill I get this message but it doesn't happen when I git clone.
warning: unable to access
/home/<user>/.config/git/attributes
: Permission denied
I went to check the permissions for /git/ and found that the /.config/git directory doesn't exist.
I cloned a repo thinking it might create the /git directory but it didn't.
I created the /git/ folder and got the same message
I also did: touch attributes
and the error persisted.
I checked root/.config as recommended in another similar question but there is no .config in /root
I tried git config -l --show-origin
but I got no results
Is this a problem or can I safely ignore it?
How can I resolve this?