"Not a git repository" Displayed When Compiling etcd
Symptom
The error message "Not a git repository" is displayed during etcd compilation.
Key Process and Cause Analysis
Git is not initialized.
Conclusion and Solution
- Initialize Git.
git init
- Compile etcd again.
./build
Parent topic: Troubleshooting