Git's SourceTree in Mac OS X and Resolving Error 69
Opening SourceTree in Git generates error 69, which occurs after the application XCode has been updated, but not yet opened.
Join the DZone community and get the full member experience.
Join For FreeIf you receive the following error when opening SourceTree or other applications installed in your Mac OS X, then here is how you can solve it. Sometimes people make things more cryptic than it needs to be.
Error encountered
‘git status’ failed with code 69:’
Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.
And here is the example of the screenshot:
Solution:
The message means that you need to open XCode and, since, it hasn’t run since the last update, you need to accept the new EULA agreement that’s part of the updated XCode. Once you accept the license, close XCode, then go back to the other application that was throwing the error.
Published at DZone with permission of Venkatt Guhesan, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments