:~/temp/OpenApoc-master$ git submodule update --init --recursive
fatal: not a git repository (or any of the parent directories): .git
cant understand how to resolve this
dont know about ur problem but google give many seems good results)
https://www.google.com/search?q=fatal%3A+not+a+git+repository+(or+any+of+the+parent+directories)%3A+.git
How did you clone the source code?
You need to use 'git clone' (or a UI tool that wraps that), not just download the source package from the github website
Most helpful comment
How did you clone the source code?
You need to use 'git clone' (or a UI tool that wraps that), not just download the source package from the github website