Git temporarily stopped working after I updated Xcode on my Mac. The message:
"Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo."
and then started working once I'd agreed to Xcode's T&Cs and installed the update.
Why, or should I say how, are the two linked?
I installed Git using the install.
$ git status
refused to run and issued this output:Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.
I don't even use Xcode (just the command line tools for builds). – Matt