## アップデート実行
```console
$ mise self-update
Checking target-arch... mise-v2026.5.1-macos-arm64.tar.gz
Checking current version... v2026.4.4
Looking for tag: v2026.5.1
mise release status:
* Current exe: "/Users/tadashi-aikawa/.local/bin/mise"
* New exe release: "mise-v2026.5.1-macos-arm64.tar.gz"
* New exe download url: "https://api.github.com/repos/jdx/mise/releases/assets/412968280"
The new release will be downloaded/extracted and the existing binary will be replaced.
Do you want to continue? [Y/n] y
Downloading...
[00:00:03] [========================================] 26.70 MiB/26.70 MiB (0s) Done Verifying downloaded file...
Extracting archive... Done
Replacing binary file... Done
Updated mise to 2026.5.1
```
## トラブル
### 大量にWARNINGが出る
アップデートコマンドで発生。
```warning
mise WARN Error listing bin paths for aqua:sharkdp/
[email protected]: registry not available: no aqua-registry found for sharkdp/bat
mise WARN Error listing bin paths for aqua:cargo-bins/
[email protected]: registry not available: no aqua-registry found for cargo-bins/cargo-binstall
mise WARN Error listing bin paths for aqua:dandavison/
[email protected]: registry not available: no aqua-registry found for dandavison/delta
mise WARN Error listing bin paths for aqua:bootandy/
[email protected]: registry not available: no aqua-registry found for bootandy/dust
mise WARN Error listing bin paths for aqua:sharkdp/
[email protected]: registry not available: no aqua-registry found for sharkdp/fd
mise WARN Error listing bin paths for aqua:junegunn/
[email protected]: registry not available: no aqua-registry found for junegunn/fzf
mise WARN Error listing bin paths for aqua:cli/
[email protected]: registry not available: no aqua-registry found for cli/cli
mise WARN Error listing bin paths for aqua:gitleaks/
[email protected]: registry not available: no aqua-registry found for gitleaks/gitleaks
mise WARN Error listing bin paths for aqua:mvdan/
[email protected]: registry not available: no aqua-registry found for mvdan/gofumpt
mise WARN Error listing bin paths for aqua:golangci/
[email protected]: registry not available: no aqua-registry found for golangci/golangci-lint
mise WARN Error listing bin paths for aqua:sharkdp/
[email protected]: registry not available: no aqua-registry found for sharkdp/hexyl
mise WARN Error listing bin paths for aqua:sharkdp/
[email protected]: registry not available: no aqua-registry found for sharkdp/hyperfine
mise WARN Error listing bin paths for aqua:jqlang/
[email protected]: registry not available: no aqua-registry found for jqlang/jq
mise WARN Error listing bin paths for aqua:jj-vcs/
[email protected]: registry not available: no aqua-registry found for jj-vcs/jj
mise WARN Error listing bin paths for aqua:jesseduffield/
[email protected]: registry not available: no aqua-registry found for jesseduffield/lazydocker
mise WARN Error listing bin paths for aqua:jesseduffield/
[email protected]: registry not available: no aqua-registry found for jesseduffield/lazygit
mise WARN Error listing bin paths for aqua:LuaLS/
[email protected]: registry not available: no aqua-registry found for LuaLS/lua-language-server
mise WARN Error listing bin paths for aqua:artempyanykh/marksman@2025-12-13: registry not available: no aqua-registry found for artempyanykh/marksman
mise WARN Error listing bin paths for aqua:pypa/
[email protected]: registry not available: no aqua-registry found for pypa/pipx
mise WARN Error listing bin paths for aqua:BurntSushi/
[email protected]: registry not available: no aqua-registry found for BurntSushi/ripgrep
mise WARN Error listing bin paths for aqua:astral-sh/
[email protected]: registry not available: no aqua-registry found for astral-sh/ruff
mise WARN Error listing bin paths for aqua:koalaman/
[email protected]: registry not available: no aqua-registry found for koalaman/shellcheck
mise WARN Error listing bin paths for aqua:mvdan/
[email protected]: registry not available: no aqua-registry found for mvdan/sh
mise WARN Error listing bin paths for aqua:starship/
[email protected]: registry not available: no aqua-registry found for starship/starship
mise WARN Error listing bin paths for aqua:JohnnyMorganz/
[email protected]: registry not available: no aqua-registry found for JohnnyMorganz/StyLua
mise WARN Error listing bin paths for aqua:go-task/
[email protected]: registry not available: no aqua-registry found for go-task/task
mise WARN Error listing bin paths for aqua:tree-sitter/
[email protected]: registry not available: no aqua-registry found for tree-sitter/tree-sitter
mise WARN Error listing bin paths for aqua:astral-sh/
[email protected]: registry not available: no aqua-registry found for astral-sh/uv
mise WARN Error listing bin paths for aqua:watchexec/
[email protected]: registry not available: no aqua-registry found for watchexec/watchexec
mise WARN Error listing bin paths for aqua:ducaale/
[email protected]: registry not available: no aqua-registry found for ducaale/xh
mise WARN Error listing bin paths for aqua:mikefarah/
[email protected]: registry not available: no aqua-registry found for mikefarah/yq
mise WARN Error listing bin paths for aqua:zellij-org/
[email protected]: registry not available: no aqua-registry found for zellij-org/zellij
mise WARN Error listing bin paths for aqua:ajeetdsouza/
[email protected]: registry not available: no aqua-registry found for ajeetdsouza/zoxide
```
これは別件の影響によるものだった。以下で解消。
<div class="link-card-v2">
<div class="link-card-v2-site">
<img class="link-card-v2-site-icon" src="https://publish-01.obsidian.md/access/35d05cd1bf5cc500e11cc8ba57daaf88/favicon-64.png" />
<span class="link-card-v2-site-name">Minerva</span>
</div>
<div class="link-card-v2-title">
📝miseでrepository not availableのWARNINGが沢山表示される
</div>
<div class="link-card-v2-content">miseで環境起動時に`registry not available: no aqua-registry found` WARNINGが大量発生した事象である。macOS 15.7.4かつmise 2026.5.1環境で、設定の`[settings.aqua] baked_registry = false`により組み込みAquaパッケージレジストリが無効化され、Starshipなどが利用不能になった。`mise settings unset aqua.baked_registry`で解消した。</div>
<img class="link-card-v2-image" src="https://publish-01.obsidian.md/access/35d05cd1bf5cc500e11cc8ba57daaf88/Notes/attachments/troubleshooting.webp" />
<a data-href="📝miseでrepository not availableのWARNINGが沢山表示される" class="internal-link"></a>
</div>
%%[[📝miseでrepository not availableのWARNINGが沢山表示される]]%%