calvinmetcalf / crypto-pouch

plugin for encrypted pouchdb/couchdb databases
MIT License
243 stars 43 forks source link

The authenticity of host 'github.com (140.82.113.3)' can't be established #82

Closed ramblin-rose closed 3 years ago

ramblin-rose commented 3 years ago

I went to clone this repo and was welcomed with this

$ git clone git@github.com:calvinmetcalf/crypto-pouch.git Cloning into 'crypto-pouch'... The authenticity of host 'github.com (140.82.113.3)' can't be established. RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8. Are you sure you want to continue connecting (yes/no)?

What's the deal? I've never encountered this sort of reaction. Hard to determine if this repo is trusty.

ramblin-rose commented 3 years ago

Well duh.

git clone https://github.com/calvinmetcalf/crypto-pouch

garbados commented 3 years ago

No problem, bud! This is my favorite type of bug to get.

FWIW the first time you connect by SSH to a host like github.com, your SSH agent will prompt you to verify that everything looks OK. So, the warning you got isn't unusual; it's just what happens the first time you connect. Using HTTP instead, like you do in your second comment, avoids this issue altogether.