简体   繁体   English

无法使用bx插件回购

[英]Can't use bx plugin repo-add

When I try this: 当我尝试这个:

bx plugin repo-add CF-Community http://plugins.cloudfoundry.org

I get: 我得到:

FAILED
An error occurred when obtaining plug-ins from the repository.
Error response from server. Status code: 404; message: 404 page not 
found

Try again later. 稍后再试。

I also tried: 我也尝试过:

bx plugin install http://plugins.cloudfoundry.org/cf-download

I don't think you can add cloud foundry plugins that way: 我认为您不能以这种方式添加cloud Foundry插件:

$ BLUEMIX_TRACE=true bx plugin repo-add CF-Community https://plugins.cloudfoundry.org

REQUEST: [2017-07-10T19:02:31+01:00]
GET /bx/list HTTP/1.1
Host: plugins.cloudfoundry.org
...

Notice the GET request is to GET /bx/list . 注意,GET请求是到GET /bx/list This makes me think the bx plugin repositories are incompatible with cf plugin repositories. 这使我认为bx插件存储库与cf插件存储库不兼容。

You could try: 您可以尝试:

bx cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org

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

相关问题 bx dev build --debug成功完成,但无法运行bx dev run - bx dev build --debug successfully completes, but can't run bx dev run 我如何在Watson Machine Learning中使用bx ml生成清单库 - How can I use the bx ml generate-manifest libraries in watson machine learning 我怎样才能在离子2中使用cordova插件 - How can I use cordova plugin in ionic 2 使用样板在Bluemix.net上部署Wordpress-现在我不知道如何添加新插件 - Deployed Wordpress on Bluemix.net using a Boilerplate - Now I can't figure out how to add a new plugin 如何使用Dockerfile在Docker中安装IBM Cloud(AKA Bluemix)BX - How can I install IBM Cloud (AKA Bluemix) BX in a Docker using a Dockerfile “ bluemix-plugin-repo”作为可用的插件存储库不存在。 检查名称,然后重试 - 'bluemix-plugin-repo' does not exist as an available plug-in repo. Check the name and try again 无法在 Bluemix 上使用 API 管理服务 - Can't use API Management service on Bluemix 在Bluemix仪表板中看不到Add Git集成链接 - Can't see Add Git integration link in Bluemix dashboard IBM Watson Text to Speech:我不能再使用演示了 - IBM Watson Text to Speech: I Can't Use the Demo Anymore bx cr push 命令失败 - bx cr push command fails
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM