赞
踩
拉取代码报错git pull
remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password.
登录认证失败,但本机存储了git的账号密码所以提示错误。一般是token过期了
再私有库github上重新生成token,然后清除本地账户信息缓存,重新配置账户和密码
git config --system --unset credential.helper
git config --global credential.helper wincred
git credential-manager uninstall
git config --global credential.helper store
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。