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 has been archived by the owner on Nov 13, 2023. It is now read-only.
Spent a good half hour wondering why git --version was pointing at the wrong git when which git swore blind it was the correct one - turns out git --version was correct, it just wasn't the download I had expected.
The text was updated successfully, but these errors were encountered:
Spent a good half hour wondering why git --version was pointing at the wrong git when which git swore blind it was the correct one - turns out git --version was correct, it just wasn't the download I had expected.
Had the same issue, and I proceeded to download the previous version (2.32 for me), since upon using IntelliJ it kept telling me to reconfigure to version 2.17 or above. Only then had I found, that I had downloaded an outdated version of Git.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The latest download link on Sourceforge does not download the latest version (instead downloads a version from 3 years ago/13 versions in the past).
https://sourceforge.net/projects/git-osx-installer/files/latest/download points to git-2.15.0-intel-universal-mavericks.dmg, not git-2.27.0-intel-universal-mavericks.dmg, which is the actual latest version.
Spent a good half hour wondering why
git --version
was pointing at the wrong git whenwhich git
swore blind it was the correct one - turns outgit --version
was correct, it just wasn't the download I had expected.The text was updated successfully, but these errors were encountered: