I noticed that. It finally connected to git. That's indeed some progress. Still can't figure out how I'm still using Clang as oppose to Apple's version or whether it has to do w OS X headers.
Nonetheless, I went ahead and tried to run 'U' to ensure I had all the bells and whistles up to date but I keep getting those messages re: Fatal w git repo on bottom:
----------------
MLV App compiler(thanks to Ilia3101,masc,bouncyball)
----------------
current branch: master
(c) compile MLV App
(op) compile MLV App with openmp(macOS 10.10 and onwards)
(b) check out branches
(U) update dependencies(if compiling fails)
(m) make clean
(q) quit this compiler
Please enter your selection number below and press enter:
U
Updating!
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.githubusercontent.com:443
Warning: qt 5.14.2 is already installed and up-to-date
To reinstall 5.14.2, run `brew reinstall qt`
Warning: qt5 5.14.2 already installed
fatal: not a git repository (or any of the parent directories): .git
----------------
MLV App compiler(thanks to Ilia3101,masc,bouncyball)
----------------
current branch:
(c) compile MLV App
(op) compile MLV App with openmp(macOS 10.10 and onwards)
(b) check out branches
(U) update dependencies(if compiling fails)
(m) make clean
(q) quit this compiler
Please enter your selection number below and press enter:
U
Updating!
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
Warning: The Ruby Homebrew installer is now deprecated and has been rewritten in
Bash. Please migrate to the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Password:
==> This script will install:
/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
/usr/local/Homebrew
Press RETURN to continue or any other key to abort
==> Downloading and installing Homebrew...
HEAD is now at 49324ad17 Merge pull request #7689 from Moisan/fix_audit_release
Updated 1 tap (homebrew/core).
==> New Formulae
airshare
==> Updated Formulae
dita-ot gopass jolie vim
==> Installation successful!
==> Homebrew has enabled anonymous aggregate formulae and cask analytics.
Read the analytics documentation (and how to opt-out) here:
https://docs.brew.sh/Analytics
No analytics data has been sent yet (or will be during this `install` run).
==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
https://github.com/Homebrew/brew#donations
==> Next steps:
- Run `brew help` to get started
- Further documentation:
https://docs.brew.sh
Warning: qt 5.14.2 is already installed and up-to-date
To reinstall 5.14.2, run `brew reinstall qt`
Warning: qt5 5.14.2 already installed
fatal: not a git repository (or any of the parent directories): .git
Regardless I still appreciate your time @names_are_hard and will let you now if I come across something to fix this. Thanks again!