fatal: Not a git repository (or any of the parent directories): .git

You aren’t on a git repository directory.

Yype pwd and make sure it’s where you think you should be. Chances are you are in ~/ or something just before the directory you think you are in.
Or maybe you are in C:/ drive instead of the one you are. To change your directory from drive c to d use this command cd D:/ then figure out your files with this command ls.

Leave a Comment