Replies: 1 comment 1 reply
-
|
Do export HOMEBREW_DEVELOPER=1
export HOMEBREW_GIT_PATH=/usr/local/git/bin/gitAs suggested by the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Though having the latest git version
[ @ ~]$ which git
/usr/local/git/bin/git
[ @ ~]$ git --version
git version 2.7.0
and, running "brew upgrade" results in
[@~]$ brew upgrade >> /tmp/brew.upgrade.txt
Error: Please update your system Git.
Minimum required version: 2.7.0
Your Git version: ...
Your Git executable:
Updating Homebrew...
make[1]: Leaving directory `/tmp/binutils-20210815-3186-9528mu/binutils-2.36.1'
make: *** [all] Error 2
[ @ ~]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.9 (Maipo)
How does go about resolving this.
Beta Was this translation helpful? Give feedback.
All reactions