【问题标题】:GVM: Issue when installing GVM in Ubuntu 14.04GVM:在 Ubuntu 14.04 中安装 GVM 时出现问题
【发布时间】:2015-06-09 19:16:28
【问题描述】:

根据其文档,我是GVM 的新手,当我运行以下命令安装GVM 时,终端上没有输出显示,例如:

james@james-K52F:~$ curl -s get.gvmtool.net | bash
james@james-K52F:~$ 

当我在CURL 之后运行命令时,出现以下错误:

james@james-K52F:~$ gvm
No command 'gvm' found, but there are 20 similar ones
gvm: command not found

当我在没有-s 标志的情况下点击CURL 命令时,出现以下错误:

james@james-K52F:~$ curl get.gvmtool.net | bash
% Total    % Received % Xferd  Average Speed   Time    Time     Time    Current
                             Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (7) Failed to connect to get.gvmtool.net port 80: Network is unreachable

如何解决这些问题并在我的系统上安装GVM

更新

这个问题,用下面的命令解决:

james@james-K52F:~$ sudo curl --ipv4 get.gvmtool.net | bash

但现在的问题是,当我运行上述命令时,GVM installation 进程已启动,但会产生以下错误:

------------------
Create candidate directories...
Prime the config file...
Download script archive...
Extract script archive...
[/home/james/.gvm/tmp/res-2.4.1.zip]
 End-of-central-directory signature not found.  Either this file is not
 a zipfile, or it constitutes one disk of a multi-part archive.  In the
 latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of /home/james/.gvm/tmp/res-2.4.1.zip or
    /home/james/.gvm/tmp/res-2.4.1.zip.zip, and cannot find /home/james/.gvm/tmp/res-2.4.1.zip.ZIP, period.
Install scripts...
mv: cannot stat ‘/home/james/.gvm/tmp/stage/gvm-init.sh’: No such file or directory
mv: cannot stat ‘/home/james/.gvm/tmp/stage/gvm-*’: No such file or directory
Attempt update of bash profiles...
Attempt update of zsh profiles...
All done!

Please open a new terminal, or run the following in the existing one:

source "/home/james/.gvm/bin/gvm-init.sh"

Then issue the following command:

gvm help

Enjoy!!!

之后,当我在新终端上运行 source "/home/james/.gvm/bin/gvm-init.sh" 时,出现以下错误:

james@james-K52F:~$ source "/home/james/.gvm/bin/gvm-init.sh"
bash: /home/james/.gvm/bin/gvm-init.sh: No such file or directory

看起来,bash 文件不是从网上下载的。我认为这是curl 命令或其他问题的问题?

【问题讨论】:

标签: installation ubuntu-14.04 gvm


【解决方案1】:

CURL 无法解析 gvmtool.net,因为它被重定向到 sdkman.io

sdk 以前称为 gvm。 尝试使用 sdk 代替 gvm 来安装 Groovy、Grails 等。 试试下面的命令

$ curl -s "https://get.sdkman.io" | bash

要安装 grails,请参考这个—— https://grails.org/download.html

【讨论】:

    【解决方案2】:

    您的下载有问题。

    使用“代理”通过此命令正确连接和下载它

    curl -s "https://get.sdkman.io" | bash
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多