### Reproduction steps Call `Configuration.BuildFrom(null)` on macOS. ### Expected behavior It should work fine. ### Actual behavior An exception is thrown because `git_config_find_programdata` does not work on macOS.
Reproduction steps
Call
Configuration.BuildFrom(null)on macOS.Expected behavior
It should work fine.
Actual behavior
An exception is thrown because
git_config_find_programdatadoes not work on macOS.