Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 582 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 582 Bytes

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