使用GVM安装Grails时出错 - 卷曲问题

时间:2013-11-20 03:06:21

标签: grails gvm

我无法通过GVM安装Grails。我通过GVM's website上的说明安装了GVM,看起来它已正确安装 - 重新启动终端并运行gvm help会生成一个可能的命令列表。但是,当我去安装Grails(或Groovy)时,我在终端中得到以下输出:

$ gvm install grails

Downloading: grails 2.3.2

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (1) Protocol [http not supported or disabled in libcurl
  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 /Users/neilpoulin/.gvm/archives/grails-    2.3.2.zip or
        /Users/neilpoulin/.gvm/archives/grails-2.3.2.zip.zip, and cannot find     /Users/neilpoulin/.gvm/archives/grails-2.3.2.zip.ZIP, period.

Stop! The archive was corrupt and has been removed! Please try installing again.

我希望确保找到拉链,解压缩和卷曲:

    $ which zip
    /usr/bin/zip

    $ which unzip
    /usr/bin/unzip

    $ which curl
    /usr/bin/curl

在此之前,我对Grails / Groovy所做的唯一事情就是在Grails网站上执行示例项目包括 - http://grails.org/learn>第2步。

我在这里缺少什么?是否需要更改libcurl的某些配置?任何帮助深表感谢!

2 个答案:

答案 0 :(得分:2)

在调查中,似乎是我们的dev和prod环境之间的MongoDB版本(和行为)不一致。这导致我们的prod服务器在下载请求(即[theurl])上返回一个url数组。这在我们的开发环境中工作得很好,但是当发布升级为prod时,它开始服务于阵列。希望这是有道理的!

答案 1 :(得分:0)

我遇到了这个问题,对我来说,事实证明,在以前安装失败的过程中,gvm存在腐败的候选缓存。

gvm flush candidates

将事情重新置于此处。