libgit2sharp
libgit2sharp copied to clipboard
"LibGit2Sharp.LibGit2SharpException : the ProgramData file 'config' doesn't exist: " 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_programdata does not work on macOS.
I confirm this behavior.