Here is another example of Apple making things easy for average users and convoluted for more advanced users. Trying to set up git on MacOS, you have to run something like this early on: $ git config –global user.name “User Name” $ git config –global user.email “user@address.com” This should work, unless you installed Xcode some time before and forgotten all about…
