longcw / yolo2-pytorch

YOLOv2 in PyTorch
1.54k stars 421 forks source link

Could not clone the repository #38

Closed soumenms2015 closed 6 years ago

soumenms2015 commented 6 years ago

Cloning into 'yolo2-pytorch'... Permission denied (publickey). fatal: Could not read from remote repository.

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

Kindly help me !!

zuewang commented 6 years ago

Maybe you can use https://github.com/longcw/yolo2-pytorch.git ?

linamy85 commented 6 years ago

The reason may be that one cannot clone a repo by ssh without registering a public key under your account. Use https method as @zuewang suggested.