mise-plugins / mise-plugins/vfox-gcloud

Mise can't install gcloud on Windows 11

Open
#6 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Lua
Stars
3
Forks
4
Avg merge
38m
Merged PRs (30d)
2

Description

Hi ! I encounter this issue when trying to install gcloud with mise on windows 11 :

❯ mise use -g vfox:gcloud@latest
mise Downloading https://storage.googleapis.com/cloud-sdk-release/google-cloud-sdk-572.0.0-windows-x86_64.zip
mise Verifying "C:\Users\eloib\AppData\Local\mise\downloads\gcloud-572.0.0\google-cloud-sdk-572.0.0-windows-x86_64.zip" checksum
mise Extracting "C:\Users\eloib\AppData\Local\mise\downloads\gcloud-572.0.0\google-cloud-sdk-572.0.0-windows-x86_64.zip" to "C:\Users\eloib\AppData\Local\mise\installs\gcloud\572.0.0"
gcloud@572.0.0 install ◡
'"C:\Users\eloib\AppData\Local\mise\installs\gcloud\572.0.0\install.sh"' is not recognized as an internal or external command,
gcloud@572.0.0 install ◟
mise ERROR Failed to install vfox:mise-plugins/vfox-gcloud@572.0.0: runtime error: crates\vfox\src\lua_mod\hooks.rs:53:81: Failed to run gcloud install script
stack traceback:
[C]: in function 'error'
crates\vfox\src\lua_mod\hooks.rs:53:81: in function 'PLUGIN.PostInstall'
crates\vfox\src\plugin.rs:188:2: in main chunk
mise ERROR Version: 2026.6.10 windows-x64 (2026-06-14)
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information

I think the plugin is trying to use a "sh" script

Thank you very much

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the gcloud plugin's install hook and the extracted install.sh referenced in the error. Reproduce mise use -g vfox:gcloud@latest on Windows 11, then verify that the Google Cloud SDK installation completes without the shell-script execution error.

Written by the indexing model from the issue text.

Assessment

Tech stack
google-cloud, lua, shell
Domain
cli, tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.