mise-plugins / mise-plugins/vfox-gcloud
Mise can't install gcloud on Windows 11
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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