gvm icon indicating copy to clipboard operation
gvm copied to clipboard

Go Version Manager

Results 158 gvm issues
Sort by recently updated
recently updated
newest added

I was running GVM in my WSL installation, which has many paths contains space like: /mnt/c/Program Files/Microsoft SQL Server/Client SDK.. When this script would run on startup, it would mess...

zsh wants "=" not "==" for test equality. "=" also works in bash. zsh is the default shell on MacOS, so it seems prudent to work by default on that...

I set the value of the `GVM_ROOT` variable in` ~/.zshrc` to `/Users/mqy/Workspace/programming/Go/gvm`, but after executing the `gvm use` command, the value of the `GVM_ROOT` variable changed to `/Users/mqy/.gvm` ![WX20240329-162348@2x](https://github.com/moovweb/gvm/assets/61776278/b13328f1-b2af-4dd7-9c44-7d4faad6abf5)

I've been using this for a while. However when I tried this: $ gvm get help error: pathspec 'help' did not match any file(s) known to git ERROR: Failed to...

If the code is running in a shell or non interactive environment with `set -eo pipefail` called previously then one-line shorthand-form if statements that have no false path handle will...

### Problem ``` ~ $ gvm use system sed: first RE may not be empty Now using version system ``` I'm not sure what the message `sed: first RE may...

i use export TMPDIR=/Users/x/tmp export TEMPDIR=/Users/x/tmp with zsh because my /privave/folder run noexec... i get the error below __gvm_read_environment_file:19: can't create temp file for here document: operation not supported __gvm_read_environment_file:19:...