digitalbrain79 / pyyolo

Simple python wrapper for YOLO.
126 stars 65 forks source link

Could not read from remote repository #43

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi!

git clone --recursive git@github.com:rayhou0710/pyyolo.git

Cloning into 'pyyolo'...
The authenticity of host 'github.com (192.30.253.113)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no)? y
Please type 'yes' or 'no': yes
Warning: Permanently added 'github.com,192.30.253.113' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
livinter commented 6 years ago

alternative git clone https://github.com/digitalbrain79/pyyolo.git cd pyyolo ln -s /yourdakrnetlocation/darknet darknet

WaltPeter commented 6 years ago

Hi, I followed the alternative way (git clone https://github.com/digitalbrain79/pyyolo.git), but it follows up with another error at python setup.py build and python setup.py install: error: Unable to find vcvarsall.bat Maybe something is lost. Maybe something in git@github.com:rayhou0710/pyyolo.git is not the same with https://github.com/digitalbrain79/pyyolo.git? idk

ghost commented 6 years ago

@WaltPeter Use git clone --recursive https://github.com/digitalbrain79/pyyolo.git

WaltPeter commented 6 years ago

Hi, I followed the cmd. The error error: Unable to find vcvarsall.bat still occur. I googled about it, and find out it was something dealing with my Windows' Visual Studio... Still can't solve. Any idea?

ghost commented 6 years ago

@WaltPeter This link works well in Ubuntu and Windows, try to download on another computer.