I am having issues with committing changes to my gear. I have tried to run rhc setup, I also deleted my .ssh folder and executed rhc setup again but that also didnt work.
if you are using Windows, you can try the following steps:
look for your ssh public key
usually you can find it at c:\\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
to d:\\git\\.ssh
try if it works