一聚教程网:一个值得你收藏的教程网站

热门教程

更新Mac OSX XCode后Git和SVN不能启动解决办法

时间:2022-11-14 22:07:55 编辑:袖梨 来源:一聚教程网

系统自动更新了XCode后,竟然发现我的IntelliJ IDEA下的 SVN 启动不了了,提示:”Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo”;

网上搜索了一下,解决方案:
在命令行工具中执行:


sudo xcodebuild -license

然后同意条款;

重启软件,搞定!

热门栏目