问题
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...
回答1:
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!
回答2:
In answer to #laurapons question about running on windows 10. After much frustration I think I solved it by just changing the CMD window properties. Simply select the 'Use Legacy console' on the Options tab. (To find it right click the top left corner of the CMD window and select properties)
来源:https://stackoverflow.com/questions/33873205/install-rhc-client-tools-openshift-on-windows-10