Error : Your current working directory is in a git repository || Moose Installation #17645
Answered
by
milljm
stheeda07
asked this question in
Q&A Getting Started
-
|
I have installed moose and it passed all the tests. When I execute these commands, there is an error : your current working directory is in a git repository I am unable to run stork.sh file to create an application. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
milljm
Apr 19, 2021
Replies: 1 comment 4 replies
-
|
What does the following report? cd ~/projects
git worktree listIt sounds as if your projects directory (or perhaps the parent directory) is a git repo. I would like to understand more before we simply 'remove' this offending git repo. I know some use git as a means to back up everything... |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
GiudGiud
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What does the following report?
It sounds as if your projects directory (or perhaps the parent directory) is a git repo. I would like to understand more before we simply 'remove' this offending git repo. I know some use git as a means to back up everything...