catalyst / moodle-auth_saml2

SAML done 100% in Moodle, fast, simple, secure
https://moodle.org/plugins/auth_saml2
72 stars 134 forks source link

permission denied #248

Closed anithachavva341 closed 6 years ago

anithachavva341 commented 6 years ago

git clone git@github.com:catalyst/moodle-auth_saml2.git auth/saml2 Cloning into 'auth/saml2'... Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

I am getting error and i tried to install through this url https://moodle.org/plugins/auth_saml2

showing the same error Pls help me

danmarsden commented 6 years ago

doesn't look like you have set up access to github properly

best place to ask for this sort of help is in the community forums on moodle.org - Google might show up a link like this which might help too: https://help.github.com/articles/error-permission-denied-publickey/

For further generic help like this please ask for help in the moodle.org community forums - good luck!

roperto commented 6 years ago

on a side note, if you just want to clone you may want to use the http version

git clone https://github.com/catalyst/moodle-auth_saml2.git auth/saml2