简体   繁体   中英

Error with Grails on Windows. unable to find valid certification

I am trying to get grails working on windows for the first time.

I have:

| Grails Version: 3.0.2
| Groovy Version: 2.4.3
| JVM Version: 1.8.0_45

After doing the install if I goto a grails project and I run the following command

grails clean

I get the following error message

Error Error occurred running Grails CLI: unable to find valid certification path to requested target

I really dont use windows much so I really need details steps on how to address this issue.. please be details with how to fix it..

It would be great if you can post the step by steps commands to fix it..

Check your local .m2 directory to see if you have a settings.xml file in there which may be pointing to an alternate repository. This is what I ran into, because I was pointed at a repo that didn't have a signed certificate.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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