/homebrew-git-curl-openssl

Homebrew git formula with curl-openssl to support TLSv1.3

Primary LanguageRuby

Homebrew-git-curl-openssl

A formula for git with curl-openssl and openssl@1.1.

The default git formula includes curl which is provided by macOS. This curl includes support for LibreSSL and currently does not support TLSv1.3.

This formula allows git to connect to https with TLSv1.3.

Installation

Uninstall git if you have it installed already to allow linking this formula:

brew uninstall git

Install this formula and build it from source with curl-openssl:

brew tap mschoettle/git-curl-openssl
brew install -s git-curl-openssl