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
Instead of failing, we should catch that error and communicate the issue to the frontend via gibutler-error::Code variant. The UI can then prompt the user if we should open the repository with full trust by configuring it with gix::open::Options::with(gix::sec::Trust::Full), which bypasses the failing check.
Alternatively, we could write the configuration for safe.directories so this setting is automatically permanent. However, doing so might be too much. This PR could be a more proper fix for this.
Error is: Couldn't get security information for path.
Workaround
A known workaround would be to allow the failing repository by configuring safe.directory.