1、点击电脑左下角的windows图标。
2、点击Git Bash。
3、打开命令行。
4、输入git config --global user.name "dashu",将“dahsu”换成你的用户名,然后按回车键。
5、接着输入git config --global user.email "[email protected]",替换自己的邮箱。
6、最后按下回车键即可。
1、点击电脑左下角的windows图标。
2、点击Git Bash。
3、打开命令行。
4、输入git config --global user.name "dashu",将“dahsu”换成你的用户名,然后按回车键。
5、接着输入git config --global user.email "[email protected]",替换自己的邮箱。
6、最后按下回车键即可。