libgit2 / libgit2sharp

Git + .NET = ❤
http://libgit2.github.com
MIT License
3.12k stars 878 forks source link

"LibGit2Sharp.LibGit2SharpException : the ProgramData file 'config' doesn't exist: " on macOS #2046

Open hach-que opened 1 year ago

hach-que commented 1 year ago

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.