赞
踩
在编辑器中打开终端(这边是使用vscode)
查看当前git账号信息: git config --list
查看当前git账号用户名: git config user.name
修改当前git账号用户名: git config --global user.name "用户名"