After git clone, I get an error when executing other git commands: fatal: not a git repository (or any of the parent directories): .git

Report errors using git related commands

E:\dy>git branchfatal: not a git repository (or any of the parent directories): .git

 The specific problem is that the opened file path is wrong: E:\dy> should be E: \dy\web>, resulting in no git command in the warehouse. Be sure to check carefully after git clone.

Guess you like

Origin blog.csdn.net/SYQ15544423296/article/details/131933169