小编yin*_*hao的帖子

无法在Eclipse上部署应用程序(Bluemix)

我正在尝试在Bluemix上创建我的第一个Web应用程序.

  1. 我创建了一个Java Liberty Runtime并下载了Starter Code以便在Eclipse上工作.
  2. 我将IBM Bluemix工具安装到Eclipse并将入门代码作为归档文件导入.

当我尝试在IBM Bluemix Server上运行应用程序时,它将启动程序代码识别为另一个新应用程序并说:"There is a deployed application with the same name."所以,我无法在eclipse上更新应用程序,并且在服务器视图上还有两个不同的应用程序:

替代文字

当我尝试去申请主页时,它给出了:

Not Found
The application or context root for this request has not been found: /
Run Code Online (Sandbox Code Playgroud)

谢谢你的评论.

eclipse deployment devops ibm-cloud-tools ibm-cloud

5
推荐指数
1
解决办法
910
查看次数

如何在Atom中设置Git-plus以与Github一起使用

在Windows上,我安装的是git-plus packageAtom的由原子主菜单安装它File→交通Settings→交通Install.使用git config,然后我配置user.emailuser.name确保它们反映了我在Github中的帐户和电子邮件地址.

然后我按照GitHub网站上的说明生成了一对新的ssh密钥.我确保我的系统上只有一对按键.现在git-plus配置了ssh密钥,如何开始处理我的Github存储库上的文件?

git github atom-editor

5
推荐指数
1
解决办法
2万
查看次数