当我使用grails 2.0.1运行grails list-plugin
时,我收到了下一个错误。
我不是代理人。
| Environment set to development.....
ApacheURLLister found URL=[http://plugins.grails.org/Community].
ApacheURLLister found URL=[http://plugins.grails.org/plugins].
ApacheURLLister found URL=[http://plugins.grails.org/Documentation].
ApacheURLLister found URL=[http://plugins.grails.org/all].
ApacheURLLister found URL=[http://plugins.grails.org/featured].
ApacheURLLister found URL=[http://plugins.grails.org/newest].
ApacheURLLister found URL=[http://plugins.grails.org/supported].
ApacheURLLister found URL=[http://plugins.grails.org/forum].
| Error No plugins found in repository: grailsCentral. This may be because the repository is behind an HTTP proxy.
我最近将gem更新到版本1.8.17,而我正在尝试安装cloud-foundry插件
我尝试了以下但没有成功。
我尝试过创建一个应用程序。同样的错误:
$ grails create-app dummyapp
|在/ Users / sdelamo / Developer / grails / dummyapp
创建了Grails应用程序$ cd dummyapp /
$ grails list-plugin
|环境开发.......
|错误在存储库中找不到插件:grailsCentral。这可能是因为存储库 是HTTP代理的后面。
我之前在同一台机器上使用过grails 2.0.1,没有任何问题。
答案 0 :(得分:2)
截至5月22日,如果您不知道,3月份开始的回购活动似乎很刺耳。见Graeme Rocher's post
具体来说,这对我有用:
repositories {
...
// grailsPlugins()
grailsRepo "http://grails.org/plugins"
...
}
答案 1 :(得分:1)
当我们将grails.org站点切换到新服务器时,发生了暂时的错误配置。现在已经修好了。