Skip to content

0.3.1: The Git That Keeps On Gitting

Compare
Choose a tag to compare
@jspahrsummers jspahrsummers released this 19 Dec 19:48
· 3536 commits to master since this release

This release is meant to address the recently announced Git vulnerability.

Instead of always using /usr/bin/git, Carthage will now use whichever version of git is in your $PATH. This means that /usr/local/bin/git can be prioritized over Apple's vulnerable build of Git now.

You still must install a patched version of Git yourself, and ensure it lies first in your $PATH.

Other minor fixes include:

This version is available via Homebrew. Simply run brew update && brew install carthage.