gitlab pull拉取失败,报错Access denied. The provided password or token is incorrect

项目场景:

gitlab拉取代码失败


问题描述

git pull命令报错

c 复制代码
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. 

原因分析:

吐槽:报错显示密码错误加上不久前改了密码,我陷入深思,密码到底是什么?然并软,提示不友好。直至在stackoverflow上翻一翻,然后检查了一下,原来是Personal Access Tokens过期了



解决方案:

删除令牌,再拉取一下代码,弹出窗口填入令牌

相关推荐
月如琉璃15 小时前
0.gitlab ubuntu20.04 部署问题解决
gitlab
the丶only15 小时前
单点登录平台Casdoor搭建与使用,集成gitlab同步创建删除账号
linux·运维·服务器·docker·gitlab
书生-w15 小时前
Docker部署GitLab服务器
服务器·docker·gitlab
isolusion1 天前
gitlab安装
gitlab
Y编程小白1 天前
GitLab的安装和使用
gitlab
谢家小布柔1 天前
Gitlab
gitlab
catmes2 天前
使用docker compose安装gitlab
运维·docker·容器·gitlab·敏捷开发·devops
月如琉璃2 天前
2.利用docker进行gitlab服务器迁移
服务器·docker·gitlab
IT闫2 天前
【Git从入门到精通】——新版IDea集成Git、Idea集成Github、Gitee以及GItLab应用(看这一篇就够了)
git·gitee·gitlab·github·intellij-idea
lisenustc3 天前
在linux系统的docker中安装GitLab
linux·docker·gitlab