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
Describe the bug
After installing 2024.11.29 (but probably introduced in 2024.11.27), when running mise I see:
mise ERROR error parsing config file: ~/.config/mise/config.toml
mise ERROR Config file ~/.config/mise/config.toml is not trusted.
Trust it with `mise trust`.
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information
The directions are straightforward and resolve the warning, but I think the non-local config files should be trusted by default:
~/.config/mise/config.toml
/etc/mise/config
To Reproduce
Install 2024.11.29 with an existing global config file.
Expected behavior
No warnings shown about untrusted global config files.
Describe the bug
After installing
2024.11.29
(but probably introduced in2024.11.27
), when runningmise
I see:The directions are straightforward and resolve the warning, but I think the non-local config files should be trusted by default:
~/.config/mise/config.toml
/etc/mise/config
To Reproduce
Install
2024.11.29
with an existing global config file.Expected behavior
No warnings shown about untrusted global config files.
mise doctor
outputAdditional context
Add any other context about the problem here. Consider running mise with
--debug
or--trace
for extra debug info.The text was updated successfully, but these errors were encountered: