Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not read from remote repository #43

Open
ghost opened this issue Jul 25, 2018 · 5 comments
Open

Could not read from remote repository #43

ghost opened this issue Jul 25, 2018 · 5 comments

Comments

@ghost
Copy link

ghost commented Jul 25, 2018

Hi!

git clone --recursive [email protected]: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
Copy link

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

@WaltPeter
Copy link

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 [email protected]:rayhou0710/pyyolo.git is not the same with https://github.com/digitalbrain79/pyyolo.git?
idk

@ghost
Copy link
Author

ghost commented Jul 29, 2018

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

@WaltPeter
Copy link

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
Copy link
Author

ghost commented Jul 30, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants