Saturday, December 20, 2014

git clone openshift project from another machine

if you get this error when you try to git clone a project from openshift

Permission denied (publickey,gssapi-keyex,gssapi-with-mic).

it means your private ssh key does not match the public key that is existing in the openshift - settings - keys section.

Follow the below link:

https://developers.openshift.com/en/managing-remote-connection.html#setting-up-ssh-keys

easiest way is to install the rhc client tool.

rhc setup

Thursday, December 18, 2014

Friday, December 12, 2014