Git Error: 'fatal: not a git repository' - How to Fix
This error message is usually encountered when attempting to run a Git command in a directory that is not a Git repository or one of its parent directories.
To resolve the issue, you can either navigate to a directory that is a Git repository or create a new Git repository in the current directory by running the command 'git init'.
原文地址: https://www.cveoy.top/t/topic/lJt1 著作权归作者所有。请勿转载和采集!