## ใ‚ขใƒƒใƒ—ใƒ‡ใƒผใƒˆๅฎŸ่กŒ ```console $ mise self-update Checking target-arch... mise-v2025.1.0-linux-x64.tar.gz Checking current version... v2024.12.1 Checking latest released version... v2025.1.0 New release found! v2024.12.1 --> v2025.1.0 New release is *NOT* compatible mise release status: * Current exe: "/home/tadashi-aikawa/.local/bin/mise" * New exe release: "mise-v2025.1.0-linux-x64.tar.gz" * New exe download url: "https://api.github.com/repos/jdx/mise/releases/assets/217231362" 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:00] [========================================] 12.96 MiB/12.96 MiB (0s) Done Verifying downloaded file... Extracting archive... Done Replacing binary file... Done Updated mise to 2025.1.0 mise plugin:shfmt update git repo โ  0smise plugin:shfmt update git repo โ  0s mise plugin:shfmt โœ“ https://github.com/luizm/asdf-shfmt.git#a42c5ff mise plugin:awscli โœ“ https://github.com/MetricMike/asdf-awscli.git#c26bbb4 mise plugin:broot โœ“ https://github.com/cmur2/asdf-broot.git#ca7a883 mise plugin:lua โœ“ https://github.com/Stratus3D/asdf-lua.git#e0c15ea mise plugin:dust โœ“ https://github.com/looztra/asdf-dust.git#11bdb8a mise plugin:ffmpeg โœ“ https://github.com/acj/asdf-ffmpeg#a6b925d mise plugin:bats โœ“ https://github.com/timgluz/asdf-bats.git#299551f mise plugin:neovim โœ“ https://github.com/richin13/asdf-neovim.git#d6118ad mise plugin:lua-language-server โœ“ https://github.com/bellini666/asdf-lua-language-server#0cad5c3 mise plugin:pnpm โœ“ https://github.com/jonathanmorley/asdf-pnpm.git#85221d3 mise plugin:bat โœ“ https://gitlab.com/wt0f/asdf-bat.git#64022b1 mise plugin:eza โœ“ https://github.com/lwiechec/asdf-eza.git#11f578d mise plugin:fzf โœ“ https://github.com/kompiro/asdf-fzf.git#f8fcea1 mise plugin:bottom โœ“ https://github.com/carbonteq/asdf-btm.git#fd8a55a mise plugin:delta โœ“ https://github.com/andweeb/asdf-delta.git#501318b mise plugin:gleam โœ“ https://github.com/asdf-community/asdf-gleam.git#82a21e0 mise plugin:marp-cli โœ“ https://github.com/xataz/asdf-marp-cli#18eaf74 mise plugin:fd โœ“ https://gitlab.com/wt0f/asdf-fd.git#17d56e0 mise plugin:poetry โœ“ https://github.com/rtx-plugins/rtx-poetry.git#0bb2c1c mise plugin:nasm โœ“ https://github.com/Dpbm/asdf-nasm.git#e92a883 mise plugin:ripgrep โœ“ https://gitlab.com/wt0f/asdf-ripgrep.git#738a361 mise plugin:stylua โœ“ https://github.com/jc00ke/asdf-stylua.git#f7a5905 mise plugin:vhs โœ“ https://github.com/chessmango/asdf-vhs.git#2403f6d mise plugin:gofumpt โœ“ https://github.com/looztra/asdf-gofumpt.git#635e6c3 mise plugin:xh โœ“ https://github.com/NeoHsu/asdf-xh#fb8d3e7 mise plugin:watchexec โœ“ https://github.com/nyrst/asdf-watchexec.git#b667a08 mise plugin:task โœ“ https://github.com/particledecay/asdf-task.git#0831b3c mise plugin:ttyd โœ“ https://github.com/ivanvc/asdf-ttyd.git#9afdbd9 mise plugin:zellij โœ“ https://github.com/chessmango/asdf-zellij.git#50953d1 mise plugin:golangci-lint โœ“ https://github.com/hypnoglow/asdf-golangci-lint.git#fee877b mise plugin:shellcheck โœ“ https://github.com/luizm/asdf-shellcheck.git#66200ff mise plugin:zoxide โœ“ https://github.com/nyrst/asdf-zoxide#8ed95c9 mise plugin:jq โœ“ https://github.com/lsanwick/asdf-jq.git#addae51 mise plugin:lazydocker โœ“ https://github.com/comdotlinux/asdf-lazydocker.git#abb6f71 mise plugin:gum โœ“ https://github.com/lwiechec/asdf-gum#9220d1f mise plugin:lazygit โœ“ https://github.com/nklmilojevic/asdf-lazygit.git#78e04f1 ``` ใ‚จใƒฉใƒผใŒๅ‡บใŸใ€‚ ```error mise ERROR [starship] plugin update mise ERROR git failed: Cmd(["git", "-C", "/home/tadashi-aikawa/.local/share/mise/plugins/starship", "-c", "safe.directory=/home/tadashi-aikawa/.local/share/mise/plugins/starship", "fetch", "--prune", "--update-head-ok", "origin", "master:master"]) fatal: couldn't find remote ref master mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information mise ERROR command ["/home/tadashi-aikawa/.local/bin/mise", "plugins", "update"] exited with code 1 mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information ``` `master` ใŒ `main` ใซๅค‰ใ‚ใฃใฆใใ†ใชใฎใงๅ…ฅใ‚ŒใชใŠใ™ใ€‚ ```console mise plugin rm starship mise plugin add starship ``` OK. ```console $ mise version _ __ ____ ___ (_)_______ ___ ____ ____ / /___ _________ / __ `__ \/ / ___/ _ \______/ _ \/ __ \______/ __ \/ / __ `/ ___/ _ \ / / / / / / (__ ) __/_____/ __/ / / /_____/ /_/ / / /_/ / /__/ __/ /_/ /_/ /_/_/____/\___/ \___/_/ /_/ / .___/_/\__,_/\___/\___/ /_/ 2025.1.0 linux-x64 (ef6936a 2025-01-01) ```