View Single Post
  #37  
Old 08-18-2023, 06:26 PM
Indefinite Indefinite is offline
Kobold

Indefinite's Avatar

Join Date: Apr 2014
Posts: 139
Default

Quote:
Originally Posted by Tann [You must be logged in to view images. Log in or Register.]
trying to install on my latest chromebook round, this time using Debian instead of Lubuntu, tried:

Code:
git clone git@github.com:mgeitz/eqalert.git
got:
Code:
Cloning into 'eqalert'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
I think that may require having ssh set up and your public key associated to your github account, I'll update future documentation to use the https clone to simplify the readme steps a bit.

Try using:
Code:
git clone https://github.com/mgeitz/eqalert.git
__________________
Reply With Quote