While deploying git v2.15.0 to my company, I noticed some installation failures. After doing some discovery, it appears the dmg if in the APFS format. My assumption is the build tools were run on macOS 10.13 as hdiutil now defaults to APFS.
Given that this is a universal dmg for Mavericks and higher, this means that the dmg can only be mounted on macOS Sierra (10.12.6) and higher. The recommendation is to either change the build script to specify HFS format (which is supported in High Sierra) or to build the installation package on macOS Sierra or lower. You can see an example of this fix here: https://github.com/autopkg/autopkg/pull/357 -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
