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"
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"