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
Saturday, December 20, 2014
Thursday, December 18, 2014
Sharring a folder between Ubuntu 14 and windows8.1 using virtual box
sudo mount -t vboxsf myvboxdefined_sf_name /home/byorn/myfolder
Friday, December 12, 2014
Subscribe to:
Posts (Atom)