Replies: 1 comment
-
You can disable the check altogether with
See also https://stackoverflow.com/questions/71855882/how-to-add-directory-recursively-on-git-safe-directory As far as I know, globbing is not supported though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
cloning the repo and then running
cargo install --path helix-term
fails with git complaining that/d/dev/rust/helix/runtime/grammars/sources/c
is owned by someone else and I should rungit config --global --add safe.directory /d/dev/rust/helix/runtime/grammars/sources/c
to add this repo as an exception. I did this and now the next grammar also needs this, as well as each grammar helix want to fetch. Doing the manually is tedious but a search on how to use wild-cards or something similar for the git command yielded no result.What is the best way around that issue?
Beta Was this translation helpful? Give feedback.
All reactions