在VS CODE终端执行命令,绑定用户名/邮箱:
git config --global user.name "用户名"
git config --global user.email "邮箱"
git config --global credential.helper store
在VS CODE里面提交代码步骤:
在VS CODE终端执行命令,绑定用户名/邮箱:
git config --global user.name "用户名"
git config --global user.email "邮箱"
git config --global credential.helper store
在VS CODE里面提交代码步骤: