Answers for "fatal: not a git repository (or any of the parent directories): .git heroku"

10

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

# You are try to run the command outside of the git initialization PATH.
#run command at .git created PATH
# Now your problem will resolve if not then try to initialize
git init
Posted by: Guest on December-13-2020
3

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

# fatal: Not a git repository (or any of the parent directories): .git
#you are trying to create .git into Not a git repository
git init # it will Initialized empty Git repository.
#after that type git command
Posted by: Guest on December-11-2020

Code answers related to "fatal: not a git repository (or any of the parent directories): .git heroku"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language