remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account 解决方案

开源 0

环境背景

windows10系统,修改了git项目个人的登录密码

问题


终端执行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

解决方案


1. 鼠标放在左下角windows,点右键选择“应用和功能”

 

2. 进入后搜索“凭据管理器”,点击进入凭据管理器


3. 找到你的git项目凭据(git:https://xxx.com),点击展开,点击编辑按钮,修改密码为正确的密码,点击保存。

验证


重新执行git pull,可正常拉取到项目。
 


 

也许您对下面的内容还感兴趣: