Question referring to git
I keep getting this error popping up while periodically working on my code. Not sure how to fix it. Any ideas? I click on the fix it option but nothing happens.
Can't start Git: git
Probably the path to Git executable is not valid.
请先登录再写评论。
You've probably not installed the command line tools for XCode.
You should be able to fix this issue by either installing those tools,
or you can manually set the path to the git executable in
Preferences -> Version Control -> Git
to
/Applications/Xcode.app/Contents/Developer/usr/bin/git