huihut / OpenCV-MinGW-Build

👀 MinGW 32bit and 64bit version of OpenCV compiled on Windows. Including OpenCV 3.3.1, 3.4.1, 3.4.1-x64, 3.4.5, 3.4.6, 3.4.7, 3.4.8-x64, 3.4.9, 4.0.0-alpha-x64, 4.0.0-rc-x64, 4.0.1-x64, 4.1.0, 4.1.0-x64, 4.1.1-x64, 4.5.0-with-contrib, 4.5.2-x64
https://opencv.org/
945 stars 217 forks source link

git clone not working #16

Closed yuanyanhui closed 4 years ago

yuanyanhui commented 4 years ago

git clone -b OpenCV-4.1.1-x64 git@github.com:huihut/OpenCV-MinGW-Build.git Cloning into 'OpenCV-MinGW-Build'... git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.

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

The following command worked, git clone -b OpenCV-4.1.1-x64 --single-branch https://github.com/huihut/OpenCV-MinGW-Build.git

huihut commented 4 years ago

Please read https://github.com/jakubroztocil/cloudtunes/issues/23

huihut commented 4 years ago

@yuanyanhui Is the problem resolved now?

yuanyanhui commented 4 years ago

It's actually not a problem, but beginners like me would prefer the simplicity of http cloning.