在Windows10BashShell中运行GrailsSDK的可能性

在Windows10BashShell中运行GrailsSDK的可能性,bash,shell,grails,windows-10,sdkman,Bash,Shell,Grails,Windows 10,Sdkman,在windows10bashshell上运行grailsdk时出现问题。我安装了SDKMan来管理和安装Grails | Grails Version: 3.1.12 | Groovy Version: 2.4.7 | JVM Version: 1.8.0_101 me@WORKSTATION:~$ 当我在这里运行grails create app name_或grails run app时,它似乎超时了,闲置了。它似乎常常在某个时候停止 me@WORKSTATION:~$ cd mytest

windows10bashshell
上运行
grailsdk
时出现问题。我安装了
SDKMan
来管理和安装Grails

| Grails Version: 3.1.12
| Groovy Version: 2.4.7
| JVM Version: 1.8.0_101
me@WORKSTATION:~$
当我在这里运行
grails create app name_
grails run app
时,它似乎超时了,闲置了。它似乎常常在某个时候停止

me@WORKSTATION:~$ cd mytestapp
| Resolving Dependencies. Please wait...
我正在考虑用这个替换我的Cygwin环境

更新1

如果我等待的时间足够长,则会出现以下错误:

#
[thread 140206627161856 also had an error]# A fatal error has been detected by the Java Runtime Environment:

#
#  Internal Error (safepoint.cpp:310), pid=119, tid=0x00007f8467770700
#  guarantee(PageArmed == 0) failed: invariant
#
# JRE version: Java(TM) SE Runtime Environment (8.0_101-b13) (build 1.8.0_101-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.101-b13 mixed mode linux-amd64 compressed oops)
# Core dump written. Default location: /home/dan/mytestapp/core or core.119
#
# An error report file with more information is saved as:
# /home/dan/mytestapp/hs_err_pid119.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#
Aborted (core dumped)