I'm trying to add my project to GitHub, I'm getting this error while using git add .
command. Can someone please explain how to resolve this issue?
Asked
Active
Viewed 658 times
1

jonrsharpe
- 115,751
- 26
- 228
- 437

Raju
- 11
- 2
-
3This indicates that you are using one or more submodules, and have not set up the submodule(s) yet. Do you intend to use submodules? If so, set them up. – torek Mar 03 '21 at 11:29
-
Is [that](https://stackoverflow.com/questions/56873278/how-to-fix-error-filename-does-not-have-a-commit-checked-out-fatal-adding/58530721) helpful? – Prihex Mar 04 '21 at 08:03