Git Clone Permission Denied
Note to self:
If you get a permission denied
error while cloning a repo:
# git clone git@github.com:goliatone/dmon.git
Cloning into 'dmon'...
Permission denied (publickey).
fatal: Could not read from remote repository.
You might want to try to change the protocol, from ssh to https:
# git clone https://github.com/goliatone/dmon.git