Android Studio: Can't start Git
For some reason this morning, I had to agree to the terms and conditions by running git as administrator in the command line.
On the mac
sudo /usr/bin/git
On the pc
c:\path\to\git.exe
Accept the EULA.
After I did that, I was able to use git in my IDE.
For the one using mac who installed Xcode7, you have to start Xcode and accept the license agreement for the android studio error to go away.
Check that C:\Program Files (x86)\Git\cmd
is in you Path environment variable:
echo $env:Path