我在通过SDK安装Grails时遇到问题。我通过https://grails.org/download.html#sdkman上的说明安装了SDK并正确安装了sdk
$ sdk version
SDKMAN 5.1.4+78`
但是当我执行
时$ sdk install grails
我在终端
获得输出$ sdk install grails
Downloading: grails 3.2.0.RC2
In progress...
######################################################################## 100.0%
curl: (56) SSLRead() return error -36
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/hwmehwme/.sdkman/archives/grails-3.2.0.RC2.zip or
/Users/hwmehwme/.sdkman/archives/grails-3.2.0.RC2.zip.zip, and cannot find /Users/hwmehwme/.sdkman/archives/grails-3.2.0.RC2.zip.ZIP, period.
Stop! The archive was corrupt and has been removed! Please try installing again.
我重新启动终端并重新安装,但又重新安装了。
我在安装中缺少什么?还需要其他依赖吗?非常感谢任何帮助!