-
-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
safe.directory '*' is not accepted #1293
Comments
that certainly needs to be reported in upstream: /~https://github.com/libgit2/libgit2 |
This has been fixed upstream. |
waiting for git2-rs to cut a release for this: rust-lang/git2-rs#935 |
Appears to be ready? |
This appears to be fixed in the master branch, but the latest crates.io release still isn't fixed. For anyone still running into this issue try installing gitui from master:
|
Can someone validate if this works now since |
Yes, it works without problems, thank you! |
Describe the bug
git works on mounted directories if you use
But gitui will throw an error:
I can work around the issue by using
but I have to do this for every directory.
To Reproduce
Steps to reproduce the behavior:
git config --global --add safe.directory '*'
git clone /~https://github.com/extrawurst/gitui
git status
# this will workgitui
# this will give an errorExpected behavior
gitui should use the same options as git (if this is a problem of a dependency please let me know so I can report it there)
Context (please complete the following information):
The text was updated successfully, but these errors were encountered: