简体   繁体   English

Grails 3.0.1显示错误

[英]Grails 3.0.1 showing error

I am trying to create an application on grails and I am using grails.3.0.1. 我正在尝试在grails上创建一个应用程序,而我正在使用grails.3.0.1。 I am writing grails command grails create-app but everytime it is showing same error. 我在写grails命令grails create-app,但是每次显示相同的错误。 As given in image 如图所示

I copied gradle.properties to C:\\ but it is still not working.Any help would be apperciated. 我将gradle.properties复制到C:\\,但仍然无法正常工作。将提供任何帮助。 Thanks in advance. 提前致谢。

试试grails create-app helloworld

You have no permissions to write in the C:\\ folder. 您无权在C:\\文件夹中写入。 Open the terminal with administrator rights and try again. 以管理员权限打开终端,然后重试。

For more information about the error use: 有关错误的更多信息,请使用:

grails create-app helloworld --stacktrace

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM