You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Fix how the git install and executable paths are set
We want the GitExecutablePath to reflect where the binary was found,
and the GitInstallPath to reflect where it is installed. When the
binary is a symlink (like /usr/local/bin/git -> ../Cellar/git/2.12.2/bin/git),
this means GitExecutablePath will have /usr/local/bin/git and
GitInstallPath will have /usr/local/Cellar/git/2.12.2/bin
0 commit comments