sensu / sandbox

The place to get started for new Sensu users
MIT License
21 stars 13 forks source link

Git clone as the git user seems to not work #32

Closed rgeniesse closed 5 years ago

rgeniesse commented 5 years ago

The git clone line in:

https://github.com/sensu/sandbox/blob/master/sensu/enterprise/README.md

Does not work for me. I had to use:

git clone https://github.com/sensu/sandbox.git

Error:

Richards-MacBook-Pro:git rgeniesse$ git clone git@github.com:sensu/sandbox.git
Cloning into 'sandbox'...
Warning: Permanently added the RSA host key for IP address '192.30.255.112' 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
jspaleta commented 5 years ago

yeah that makes sense... need to keep the instructions as https for sure

jspaleta commented 5 years ago

fixed.