I’m attempting to repeat my successful (at the time) install of the sample applications described in the Auth0 documentation. Sadly, my attempt to clone the apps is failing:
$ git clone git@github.com:auth0-blog/auth0-express-js-sample.git
Cloning into 'auth0-express-js-sample'...
The authenticity of host 'github.com (140.82.112.3)' can't be established.
ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'github.com,140.82.112.3' (ECDSA) to the list of known hosts.
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.
$ git clone -b starter git@github.com:auth0-blog/auth0-react-sample.git
Cloning into 'auth0-react-sample'...
Warning: Permanently added the ECDSA host key for IP address '140.82.113.4' to the list of known hosts.
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.
Are these repos and examples still available? I’d like to walk through these sample apps again if that’s possible.
If new and/or improved alternatives exist, I’m happy to use those. I’ve got my front-end authentication working and I’d like to get the machine-to-machine piece going.