I am new to using git desktop version.
I installed git bash. Ran following as told in readme file
git clone https://github.com/weiliu89/caffe.git
cd caffe
git checkout ssd
cp Makefile.config.example Makefile.config
But when I ran make -j8, it is showing the follwing error.

What should I do?