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.
you have to check in ~/.ssh/ if exists a file id_rsa.pub and id_rsa
if not you have to create it using openssh
or if exists a file with extension .pub duplicate it and rename the copy as id_rsa.pub
then do the same with id_rsa.
this work with google compute engine.
I've tried