一、Git 配置
配置用户信息
git config --global user.name "Your Name"
git config --global user.email "your.email@example.com"
# 查看配
2024-08-23