赞
踩
解决方法: 在 VSCode 的终端输入
git config --global credential.helper store 命令
在弹框中输入账号和密码,此时输入一次,以后再git push /pull 的时候就不用在输账号和密码了。