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 [email protected]:roots/trellis.git && rm -rf trellis/.git
Cloning into ‘trellis’…
[email protected]: 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 [email protected] 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: