expandedfronts / revisr

Revisr: Git for WordPress
https://revisr.io
GNU General Public License v3.0
195 stars 41 forks source link

Issue intializing git repository #114

Open KyleSponz opened 7 years ago

KyleSponz commented 7 years ago

Hi all, I kept getting a pop up with this error: “Host Key Verification Failed” when connecting to remote repository. When I went into the CLI I was able to use the git utility to run the command git push origin master fine and when I was done revisr worked as advertised.

I tried generating ssh keys per these instructions and it didn't work: https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/

I used a known good ssh key and also added it to the agent and it still wouldn't work. Im on a centos cpanel server running wp 4.8 and it still wouldn't work from the gui

KyleSponz commented 7 years ago

update:

Once the initial RSA key was accepted the plugin works as advertised. I think the issue is that the cli wants you to hit y to accept the new RSA key.