-
Fatal error in git terminal
about 9 years ago
-
about 9 years ago
The directory in which you are trying to pull(in you case, ongeza-live-evon) is not a git repository. To use any git command, the directory must have to be a git repository. You can initialize your directory as a local git repository by issuing "git init" command.
To learn more about using git and it's commands, This is a good read.
-
1 Answer(s)