赞
踩
1、运行一下命令,缓存输入的账号和密码:
git config --global credential.helper wincred
2、清除掉缓存在git中的账号和密码
git credential-manager remove | uninstall
3、vscode在进行git操作之后需要输入账号密码, 为避免后面每次都需要输入用户名和密码,需要记住缓存密码
git config --global credential.helper wincred
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。