Magit doesn't recognize my git repos. I think it can't find my git. When i type
M-x magit-version
i get
Magit 20170322.1550, Git (unknown), Emacs 25.1.1, darwin
I am using mac osx. my git is here:
$ which git
/usr/local/bin/git
$ git --version
git version 2.7.1
And i can use git commands normally outside of magit. Does anyone know I can get magit to find my git? Adding the path to .bash_profile
does not help.