2020-07-16 fatal: not in a git
2020-07-16 本文已影响0人
流泪手心_521
git解决 fatal: not in a git directory
git解决 fatal: not in a git directory
问题描述:
执行下面语句时报错:fatal: not in a git directory
git config --global user.name "yourName" //注意,--和global之间没有空格
git config --global user.email "yourName@gmail.com"