当我尝试运行此命令以使用 GVM 安装 Groovy 时,我收到以下错误消息:
$gvm install groovy
Stop! groovy is not a valid candidate.
为什么这不起作用?据我所知,我使用这个正确安装了 GVM:
$ curl -s get.gvmtool.net | bash
我在电脑上
这是我运行gvm help
时看到的:
$ gvm help
Usage: gvm <command> <candidate> [version]
gvm offline <enable|disable>
commands:
install or i <candidate> [version]
uninstall or rm <candidate> <version>
list or ls <candidate>
use or u <candidate> [version]
default or d <candidate> [version]
current or c [candidate]
outdated or o [candidate]
version or v
broadcast or b
help or h
offline <enable|disable>
selfupdate [force]
flush <candidates|broadcast|archives|temp>
candidate :
version : where optional, defaults to latest stable if not provided
eg: gvm install groovy
缺少候选人列表。您可能有一个名为 $HOME/.gvm/var/candidate 的空文件。尝试运行 gvm 刷新候选项,然后打开一个新终端,以便初始化 gvm。这应该强制 gvm 下载候选文件。