Description
Which download is failing?
The MacOS Binary Installer
Problem
The MacOS Binary Installer is out of date, for example it does not support Apple Silicon which has been available since November 2020.
Operating system and browser
MacOS
Steps to reproduce
- On an Apple Silicon machine without Rosetta2 installed.
- install Tim Harper's MacOS binary installer.
- After installation, running /usr/local/bin/git produces an error message saying the CPU architecture is not supported.
Other details
After going through this, I started researching what it would take to build the git installer myself for Apple Silicon. In that process, I discovered that @coderforlife has built an installer that supports Apple Silicon, and he has released it through Moravian University's github organization at:
https://github.com/MoravianUniversity/git_osx_installer
I have installed the installer on a Macbook Air that does not have Rosetta2 installed and I was able to clone a repo, use git config ...
and push some commits back to github. It passed my smoke test.
My suggestion is to change the link on the downloads page to point to the above repo instead of Tim Harper's.
I'm willing to PR this if there is consensus.