Everything works fine when repo starts with https://***
But when I'm trying to clone this repo git clone git@github.com:crate-ci/committed.git it shows the following error:
git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.
I assume it requires SSH key but why? I thought SSH key is required only for your private repos. This repo is public isn't it?