Ask Your Question

msarahan's profile - activity

2013-03-01 16:17:17 -0600 asked a question Github link on developer wiki

The path for cloning openCV on the front developer wiki page has a case error.

git clone git://github.com/itseez/opencv.git

gives me a repository not found error using git bash for Windows. Capitalizing the 'i' in itseez makes it work:

git clone git://github.com/Itseez/opencv.git