系统自动更新了XCode后,竟然发现我的IntelliJ IDEA下的 SVN 启动不了了,提示:”Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo”;
网上搜索了一下,解决方案:
在命令行工具中执行:
sudo xcodebuild -license
然后同意条款;
重启软件,搞定!
查看:
http://www.css88.com/archives/https://intellij-support.jetbrains.com/entries/62745413-Mac-OSX-can-t-start-Git-after-updating-Mac-OS-XCode
http://mynameispagewood.com/web-development/osx-mavericks-git-error/