67785/fatal-not-git-repository-or-any-of-the-parent-directories-git
Hi Guys,
I am getting this below error, when I tried to push my file in GitHub.
fatal: Not a git repository (or any of the parent directories): .git
How can I solve this error?
Hi@akhtar,
I think you didn't initialize your folder as git repository. To initialize, use the below given command.
$ git init folder_name
Hope this will help.
The closest way to view branches in ...READ MORE
The user account making that command does ...READ MORE
Follow the below commands , the URL ...READ MORE
Hi@akhtar, You can use gitk for this task. ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hi@akhtar, You can use git checkout <sha1> to check ...READ MORE
Hi@akhtar, You can use the git remote command ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.