siwapp / siwapp-ror

Online Invoice Management in Ruby On Rails.
http://www.siwapp.com
MIT License
328 stars 183 forks source link

Clone unauthorized #371

Closed pepa65 closed 2 years ago

pepa65 commented 2 years ago

Following the instructions, I did: git clone git@github.com:siwapp/siwapp.git and I get this:

Cloning into 'siwapp'...
The authenticity of host 'github.com (20.205.243.166)' 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,20.205.243.166' (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.

I guess the instructions should read: git clone https://github.com/siwapp/siwapp.git

peillis commented 2 years ago

Thanks! Fixed.