hoehermann / purple-signald

Pidgin libpurple bridge to signald.
GNU General Public License v3.0
153 stars 19 forks source link

Key Issue in your Git Repo #76

Closed radasbona closed 2 years ago

radasbona commented 2 years ago

Hi. Here is my output:

git clone --recurse-submodules git@github.com:hoehermann/purple-signald.git Klone nach 'purple-signald' ... git@github.com: Permission denied (publickey). fatal: Konnte nicht vom Remote-Repository lesen.

Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen bestehen und das Repository existiert.

DanielSiepmann commented 2 years ago

I don't think that's an issue with this repo but an issue with your GitHub setup. Looks like you clone via ssh but didn't provide the ssh key you've setup within GitHub?

Did you try without --recurse-submodules? Does that end up in the same issue? Maybe try to clone via https https://github.com/hoehermann/purple-signald.git instead of ssh git@github.com:hoehermann/purple-signald.git to verify my idea.

radasbona commented 2 years ago

but didn't provide the ssh key you've setup within GitHub?

Yes, i forgot i inserted one. a long time ago. Sorry.