一、git bush中设置Git 全局设置:
git config --global user.name "用户名" 

git config --global user.email "用户邮箱"

二、设置让VSCode记住git账号和密码:

git config --global credential.helper store

三、关闭重新打开vsCode   关闭重新打开vsCode     关闭重新打开vsCode!!!!

相关文章:

猜你喜欢
相关资源
相似解决方案