On 3/2/2018 3:24 PM, Karl Wright wrote: > Just tried this. > Had to delete my entire local repo. And now I can't rebuild it either > -- the standard git clone command gets an SSL error.
If you are cloning from github, this is happening because they no longer accept TLSv1.0 or TLSv1.1, they require TLSv1.2. I ran into this problem with Git for Windows version 1.9.5preview. Upgrading to the latest, 2.16.2, fixed it. Thanks, Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org