Cloning into 'E:/github/openalpr/windows/opencv'...
Cloning into 'E:/github/openalpr/windows/tesseract-ocr/src'...
fatal: https://code.google.com/p/tesseract-ocr/info/refs not valid: is this a git repository?
fatal: clone of 'https://code.google.com/p/tesseract-ocr/' into submodule path 'E:/github/openalpr/ windows/tesseract-ocr/src' failed
I follow the instruction in "compile fails on tesseract #3"
But get the following error:
It seems that it is due to https://code.google.com/p/tesseract-ocr/info/refs is redirect to github. I clone the code manually:
cd windows git checkout v2.1.0 git submodule update --init --recursive #this step failed git clone https://github.com/tesseract-ocr/tesseract.git tesseract-ocr/src
Then got the following error: