I set up git with
git config --global user.name myuser
git config --global user.email my@email.com
when I try to commit my new repo through github for mac I get this error:
fatal: unable to access '/usr/local/etc/gitconfig': Permission denied (128)
I have read the documentation on github and followed their instractions, but didn't get anywhere.
Could you help fix it?