hackjutsu / Lepton

💻 Democratizing Snippet Management (macOS/Win/Linux)
https://hackjutsu.com/Lepton
MIT License
10.14k stars 475 forks source link

Updated README.md developer instructions #416

Closed GabrielNicolasAvellaneda closed 4 years ago

GabrielNicolasAvellaneda commented 4 years ago

$ git clone git@github.com:hackjutsu/Lepton.git wasn't working for me as it tried to login as 'git' user:

git clone git@github.com:hackjutsu/Lepton.git
Cloning into 'Lepton'...
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.