if you are using Windows, you can try the following steps:
-
look for your ssh public key
usually you can find it atc:\\users\\YOUR_USERNAME\\.ssh
-
copy your openshift public key to your git’s ssh-key folder
suppose we have git in
d:\\git
then we need to copy the public key from
c:\\users\\YOUR_USERNAME\\.ssh
tod:\\git\\.ssh
-
try if it works