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
Every time I run git nomad sync it asks for my login/password. But credential helpers (cache, password-store or store) are configured in my git/config.
Maybe unwanted options could be filtered out with -c bad_option=.
The text was updated successfully, but these errors were encountered:
The environment variable suppression dates to a much earlier design that had mandatory configuration and a git nomad init subcommand. All of this was overhauled in 0.4.0 and #5.
I think this code path can be dropped outright. Will fix and cut a new release.
https://github.com/rraval/git-nomad/blame/096e0b5a9fb3caabf6bfb14bf0c0e75963517748/src/git_binary.rs#L27
unsetting HOME and XDG_CONFIG_HOME avoids to load ~/.config/git/config.
Every time I run
git nomad sync
it asks for my login/password. But credential helpers (cache, password-store or store) are configured in my git/config.Maybe unwanted options could be filtered out with
-c bad_option=
.The text was updated successfully, but these errors were encountered: