Closed
Description
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.
Thanks.
Metadata
Metadata
Assignees
Labels
No labels
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: