When I try to pull with Git hab and execute the command
I get an error like this.
In that case, from the terminal
% git pull
Let's run.
that time,
fatal: not a git repository (or any of the parent directories): .git
If you get the error
% ls -a
Back in
Let's go back to where we have .git
. In some cases, there may be about two levels!
. .. .git mysite venv
When this message is displayed, execute the previous command.
Recommended Posts