Git 配置
1.設置用戶名
命令:git config --global user.name xxx
2.設置郵箱
命令:git config --global user.email xxx@qq.com
3.檢查配置信息
命令:git config --list
總結
- 上一篇: 秋天黄叶的 6 种拍法,每种都让人惊艳
- 下一篇: Oracle相关报错
1.設置用戶名
命令:git config --global user.name xxx
2.設置郵箱
命令:git config --global user.email xxx@qq.com
3.檢查配置信息
命令:git config --list