arachnys / cabot

Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty
MIT License
5.59k stars 594 forks source link

Unable to download the Repo #581

Closed saheethas closed 6 years ago

saheethas commented 6 years ago

Hi Support,

I'm unable to download the Cabot repo from your github. It is reporting an error as below:

git clone git@github.com:cabotapp/docker-cabot.git

Cloning into 'docker-cabot'... Warning: Permanently added the RSA host key for IP address '192.30.255.112' to the list of known hosts. Permission denied (publickey). fatal: Could not read from remote repository.

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

Can you please check this?

abdesslem commented 6 years ago

I had the same problem as you. You can clone using HTTPS $ git clone https://github.com/arachnys/cabot.git

dbuxton commented 6 years ago

This just means you don't have a ssh key registered with github: https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/

Nothing to do with this repo

saheethas commented 6 years ago

Thank you for the help! It seems to work with https.