I tried a lot to compile my ArduPilot(got this code from GitHub) code using different method.
- using Eclipse
- command line
This code is written in C++ language.
I just want to create a make file to get .hex
file but everywhere I have got same problem
fatal: Not a git repository (or any of the parent directories): .git
I am doing work in Mac OS so how can I avoid that error message?