I have installed and configured git-credential-manager on Mac OSX according to these instructions:
https://github.com/Microsoft/Git-Credential-Manager-for-Mac-and-Linux/blob/master/Install.md
The brew install complained about a missing Java requirement and suggested a command to install Java, which I did.
After completing everything, I now get the following error when trying to perform a git clone from a private repository:
Cloning into 'Weather'...
Fatal: java.lang.IllegalArgumentException encountered. Details:
Unrecognized version string '9+181'.
fatal: credential helper '!/Library/Java/JavaVirtualMachines/jdk-
9.jdk/Contents/Home/bin/java -Ddebug=false -Djava.net.useSystemProxies=true
-jar /usr/local/Cellar/git-credential-manager/2.0.3/libexec/git-credential-
manager-2.0.3.jar' told us to quit
Does anyone know how to fix?