-
-
Notifications
You must be signed in to change notification settings - Fork 86
Description
Hi All,
I hoped this update would fix the ssh issue on windows but sadly I'm still having it so I thought I should get some help now. I have been successful in connecting via https to git and uploading but dont want to add the password everyday.
Here is what i have done:
in putty made new rsa(2048) ssh keys
exported the public and went export openssh key
uploaded that to github
added in the ssh to the vcs plugin
and edited the file at C:\game.git\config and changed the url from https:// to ssh://
doing that i get the following error:
ERROR: core/variant/variant_utility.cpp:1098 - GitPlugin: Could not connect to remote "origin". Are your credentials correct? Try using a PAT token (in case you are using Github) as your password. Error -17: invalid or unknown remote ssh hostkey in godot-git-plugin\src\git_plugin.cpp:GitPlugin::_push#L533
Thanks in advance!