changh95 / cpp-cv-project-template

C++ project template for developing computer vision applications
MIT License
64 stars 13 forks source link

thank you! #29

Closed HeeEun9 closed 3 years ago

HeeEun9 commented 3 years ago

Thank you for creating the project!

However, there is a problem running this project. Please, Could you help me solve the problem?

ERROR: cannot verify github.com's certificate, issued by ‘CN=DigiCert High Assurance TLS Hybrid ECC SHA256 2020 CA1,O=DigiCert\, Inc.,C=US’: Unable to locally verify the issuer's authority. To connect to github.com insecurely, use `--no-check-certificate'. Archive: ./third_party/opencv/opencv.zip

-->> I did this, and I solved it.

shell echo check-certificate=off >> ~/.wgetrc

!!!

changh95 commented 3 years ago

@WS1909 , thanks for trying out the repo!

Could you describe what steps you took to get this error? (e.g. git clone ... -> ./setup.py --opencv ...) Once I know what commands you've used, I can analyse into the problem :smile_cat:

changh95 commented 3 years ago

@WS1909 I just noticed the message at the bottom that you've solved the issue! Thanks for sharing your experience :)

I'll close this issue.