-
-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
Description
When I try to push/pull/fetch to GitLab or GitHub (probably any remote) via SSH Key, it gives me this error:
ERROR: core/variant/variant_utility.cpp:1098 - GitPlugin: Could not connect to remote "GitLab_SSH". Are your credentials correct? Try using a PAT token (in case you are using Github) as your password. Error -16: Failed to retrieve list of SSH authentication methods: Failed getting response in godot-git-plugin\src\git_plugin.cpp:GitPlugin::_push#L533
The push at the end is ofcourse switch with the action I try (push/pull/fetch)
My VCS settings are correct:
- Path of private/public key are correct
- My passphrase is correct
- My name and password are correct, even though it's unnecessary for SSH
(And it did work when pushing in VS Code. For some reason only the second time but it worked)