当我尝试推送到我的 git lab 帐户时,我不断收到相同的消息:
“确保你在 git 中配置了你的 'user.email' 和 'user.name'”。
我已经做了
git config --global user.name "John Doe"
git config --global user.email "johndoe@email.com"
Run Code Online (Sandbox Code Playgroud)
我已经检查过
git remote -v
Run Code Online (Sandbox Code Playgroud)
有人对我还能做什么有任何想法吗?