Last active
October 29, 2016 11:54
-
-
Save tranquangchau/ffa296c9d387f75175cd394c52c81a92 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Microsoft Windows [Version 6.3.9600] | |
| (c) 2013 Microsoft Corporation. All rights reserved. | |
| C:\Users\chau>cd.. | |
| C:\Users>cd.. | |
| C:\Users\chau>git --version | |
| git version 2.9.0.windows.1 | |
| C:\Users\chau>ruby -v | |
| ruby 2.2.5p319 (2016-04-26 revision 54774) [x64-mingw32] | |
| C:\>gem install rhc | |
| ERROR: Could not find a valid gem 'rhc' (>= 0), here is why: | |
| Unable to download data from https://rubygems.org/ - SSL_connect retur | |
| ned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed ( | |
| https://api.rubygems.org/specs.4.8.gz) | |
| C:\>gem sources --remove https://rubygems.org/ | |
| https://rubygems.org/ removed from sources | |
| C:\>gem sources --add http://rubygems.org/ | |
| https://rubygems.org is recommended for security over http://rubygems.org/ | |
| Do you want to add this insecure source? [yn] y | |
| http://rubygems.org/ added to sources | |
| C:\>gem install rhc | |
| Fetching: open4-1.3.4.gem (100%) | |
| Successfully installed open4-1.3.4 | |
| Fetching: httpclient-2.6.0.1.gem (100%) | |
| Successfully installed httpclient-2.6.0.1 | |
| Fetching: highline-1.6.21.gem (100%) | |
| Successfully installed highline-1.6.21 | |
| Fetching: commander-4.2.1.gem (100%) | |
| Successfully installed commander-4.2.1 | |
| Fetching: archive-tar-minitar-0.5.2.gem (100%) | |
| Successfully installed archive-tar-minitar-0.5.2 | |
| Fetching: net-ssh-3.2.0.gem (100%) | |
| Successfully installed net-ssh-3.2.0 | |
| Fetching: net-ssh-gateway-1.2.0.gem (100%) | |
| Successfully installed net-ssh-gateway-1.2.0 | |
| Fetching: net-ssh-multi-1.2.1.gem (100%) | |
| Successfully installed net-ssh-multi-1.2.1 | |
| Fetching: net-scp-1.2.1.gem (100%) | |
| Successfully installed net-scp-1.2.1 | |
| Fetching: rhc-1.38.7.gem (100%) | |
| =========================================================================== | |
| If this is your first time installing the RHC tools, please run 'rhc setup' | |
| =========================================================================== | |
| Successfully installed rhc-1.38.7 | |
| Parsing documentation for open4-1.3.4 | |
| Installing ri documentation for open4-1.3.4 | |
| Parsing documentation for httpclient-2.6.0.1 | |
| Installing ri documentation for httpclient-2.6.0.1 | |
| Parsing documentation for highline-1.6.21 | |
| Installing ri documentation for highline-1.6.21 | |
| Parsing documentation for commander-4.2.1 | |
| Installing ri documentation for commander-4.2.1 | |
| Parsing documentation for archive-tar-minitar-0.5.2 | |
| Installing ri documentation for archive-tar-minitar-0.5.2 | |
| Parsing documentation for net-ssh-3.2.0 | |
| Installing ri documentation for net-ssh-3.2.0 | |
| Parsing documentation for net-ssh-gateway-1.2.0 | |
| Installing ri documentation for net-ssh-gateway-1.2.0 | |
| Parsing documentation for net-ssh-multi-1.2.1 | |
| Installing ri documentation for net-ssh-multi-1.2.1 | |
| Parsing documentation for net-scp-1.2.1 | |
| Installing ri documentation for net-scp-1.2.1 | |
| Parsing documentation for rhc-1.38.7 | |
| Installing ri documentation for rhc-1.38.7 | |
| Done installing documentation for open4, httpclient, highline, commander, archiv | |
| e-tar-minitar, net-ssh, net-ssh-gateway, net-ssh-multi, net-scp, rhc after 29 se | |
| conds | |
| 10 gems installed | |
| C:\> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment