Cloning Trellis Fails Saying "Please make sure you have the correct access rights and the repository exists."

I get this error message
"$ git clone --depth=1 git@github.com:roots/trellis.git && rm -rf trellis/.git
Cloning into ‘trellis’…
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

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

When I try to clone tellis :frowning:
I am new to roots and everything else roots relies on

By using the git@github.com repo address you’re trying to connect to github via SSH, and whatever SSH credentials you have don’t authenticate with github. Try using the https repo address to clone instead.

thanks i didnt have a ssh key which i had to configure on my account in github thanks :slight_smile: