I am getting this warming when i run any git command from terminal . I thouht it was a permission issue but can't seem to fix. Can anybody point me to the right direction ? below is the warming and the content of my .config file
Innos-MacBook-Pro:turnit_try innomanyo$ git status
warning: unable to access '/Users/innomanyo/.config/git/config': Not a directory
warning: unable to access '/Users/innomanyo/.config/git/config': Not a directory
warning: unable to access '/Users/innomanyo/.config/git/config': Not a directory
Innos-MacBook-Pro:~ innomanyo$ cat .config
# bash completion related
source ~/git-completion.bash
alias gco='git co'
alias gci='git ci'
alias grb='git rb'
-rw-r--r-- 1 innomanyo staff 112 Jul 19 12:09 .config