本文介绍了在Windows 10上安装RHC客户端工具(Openshift)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

也许我错过了一些东西,但是当试图在Windows 10操作系统(品牌安装)下安装RHC客户端工具时,我遇到了很多错误(我从来没有在Windows 7或Mac上使用过)。对于任何面临相同问题的人,只能使用以下配置:



Git: 1.9.5.msysgit.0 p>

Ruby: 1.9.3p551(2014-11-13)i386-mingw32


  • 这两个安装程序都适用于32位处理器(安装在Windows 10的Surface 3 64位上)。
  • 无需更新net-ssh -v2.9.3.beta1package(如安装其他版本时所建议的那样)。

  • ul>

    安装后,rhc命令可以正常工作。

      rhc setup 
    rhc ssh< app>
    ...

    有人遇到同样的问题吗?有什么我需要考虑的吗?我使用的版本相当老旧,我不太喜欢使用旧版本的最新操作系统更新...

    解决方案

    我对Windows 10 PC有类似的问题。我已经使用了较新版本的 Ruby 和最新版本的 Git 。请考虑查看答案 。



    谢谢!


    Maybe I am missing something, but when trying to install RHC client tools under Windows 10 OS (brandly installed), I got a lot of errors (I never had on Windows 7 or Mac). To anyone who is facing the same issues, it only worked with the following configuration:

    Git: 1.9.5.msysgit.0

    Ruby: 1.9.3p551 (2014-11-13) i386-mingw32

    • Both installers are for 32bit processor (installed on a Surface 3 64-bit with Windows 10). 64bit versions didn't work.
    • No need to update net-ssh -v2.9.3.beta1package (as suggested when installing other versions).

    After installation, rhc commands work without errors.

    rhc setup
    rhc ssh <app>
    ...
    

    Did anyone face the same problem? Is there anything I need to consider? The versions I am using are quite old and I am not very fancy on using old versions with the latest OS update...

    解决方案

    I had a similar problem with Windows 10 PC. And I have used newer version of Ruby and latest version of Git. Please consider viewing the answer here.

    Thanks!

    这篇关于在Windows 10上安装RHC客户端工具(Openshift)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-07 09:36