Error installing rhc: net-scp requires net-ssh (>= 2.6.5, runtime)

房东的猫 提交于 2019-12-24 12:44:17

问题


I'm trying to install Open shift's client tool to access apps on OpenShift. But I get the following error when I try to install rhc:

Error installing rhc:   net-scp requires net-ssh (>= 2.6.5, runtime)

Couldn't find much help online to resolve this error.

[I'm using an old MacBook running SnowLeopard.]

Thanks.


回答1:


Snow Leopard comes with net-ssh 2.0.4 installed. Try running sudo gem update net-ssh in terminal to update net-ssh, then try installing rhc again.

You may want to just run sudo gem update to get all of your RubyGems up to date.



来源:https://stackoverflow.com/questions/26952525/error-installing-rhc-net-scp-requires-net-ssh-2-6-5-runtime

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!