Couldn't set user.name and user.email
时间: 2024-03-17 18:41:08 浏览: 128
mongodb create user
To set your user name and email in Git, you can use the following commands in your terminal:
```
git config --global user.name "Your Name"
git config --global user.email "your.email@example.com"
```
Make sure to replace "Your Name" and "your.email@example.com" with your actual name and email address.
If you're still having trouble setting your user name and email, please let me know and I'll do my best to help you.
阅读全文