You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can now disable the repository directory ownership validation by using the GIT_OPT_SET_OWNER_VALIDATION with git_libgit2_opts(): libgit2/libgit2#6266
This option is not yet exposed in the C# bindings, e.g. in the GlobalSettings static class.
Activity
kdlslyv commentedon Jun 10, 2023
Just opened a pull request for that.
For now you can do it like this:
CyberSinh commentedon Jun 11, 2023
Thanks @kdlslyv for the pull request and the workaround. Hope your PR will be merged soon.
Another workaround avoiding reflection: