在安装Opencv依赖项成功后下载Opencv源码时无法打开source
参考此篇博客安装的方法遇到源码无法下载https://blog.csdn.net/m0_60355964/article/details/124018672
后来找到其他下载源码方法,直接git获取
git clone https://github.com/opencv/opencv.git
但是出现无法克隆的情况(始终无反应)后,添加一个爬github的网址即可解决
git clone https://ghproxy.com/https://github.com/opencv/opencv.git
之后遇到git失败都可以在前面添加网址后git