问题
The IDE is giving an error message that it
can't start git: /usr/bin/git
, however the path is correct, and it was working before. idea.log contains the following error:
Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.
回答1:
This generally occurs after the mac OS update. All you need to do in terminal is run
sudo xcodebuild -license
and then agree to the terms.
来源:https://stackoverflow.com/questions/32720476/agreeing-to-the-xcode-ios-license-requires-admin-privileges-please-re-run-as-ro