mobimeo / node-yolo

Node bindings for YOLO/Darknet image recognition library
https://lab.moovel.com/blog/what-you-get-is-what-you-see-nodejs-yolo
MIT License
371 stars 51 forks source link

git clone fails with current path #8

Closed joeyklee closed 7 years ago

joeyklee commented 7 years ago
$ git clone git@github.com:OrKoN/darknet.git
Cloning into 'darknet'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

no problems when running:

git clone https://github.com/OrKoN/darknet
OrKoN commented 7 years ago

It seems to be related to your git set up and there is nothing I can do about it. But I will change the URL in the readme to https://github.com/OrKoN/darknet just in case. Thanks!

Nelspike commented 7 years ago

Just as a general comment to this: For ssh clone URLs to work, you need to set up your private/public keys for github.

You can see how to do it here: https://help.github.com/articles/connecting-to-github-with-ssh/