I'm really new on Git, just installed and when I do git status
it gives me this error:
fatal: cannot use /Users/.gitignore as an exclude file
After reading the question linked in the comments, I also tried this:
Pro-de-HackNew:~ hacknew$ git config --global core.excludesfile
/usr/local/bin/git/global.gitignore
Pro-de-HackNew:~ hacknew$ git config --global --unset core.excludesfile
Pro-de-HackNew:~ hacknew$ git status
fatal: cannot use /Users/hacknew/.gitignore as an exclude file
Pro-de-HackNew:~ hacknew$
Any idea what's going on?