解决Webstorm2023使用账号连接GitLab的问题personal access token instead of a password

问题

升级Webstorm之后,发现gitlab仓库拉取代码报错

报错信息

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. See https://gitlab.com/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied

解决方案

在Webstorm的插件管理里面,把自带的gitlab插件禁用即可

再次拉取代码,会提示输入账号密码.

相关推荐
IT_10248 分钟前
Spring Boot项目开发实战销售管理系统——数据库设计!
java·开发语言·数据库·spring boot·后端·oracle
墨菲安全28 分钟前
NPM组件 betsson 等窃取主机敏感信息
前端·npm·node.js·软件供应链安全·主机信息窃取·npm组件投毒
GISer_Jing29 分钟前
Monorepo+Pnpm+Turborepo
前端·javascript·ecmascript
天涯学馆29 分钟前
前端开发也能用 WebAssembly?这些场景超实用!
前端·javascript·面试
new_zhou40 分钟前
Windows qt打包编译好的程序
开发语言·windows·qt·打包程序
ye9042 分钟前
银河麒麟V10服务器版 + openGuass + JDK +Tomcat
java·开发语言·tomcat
武昌库里写JAVA44 分钟前
Oracle如何使用序列 Oracle序列使用教程
java·开发语言·spring boot·学习·课程设计
showyoui2 小时前
Python 闭包(Closure)实战总结
开发语言·python
我在北京coding2 小时前
TypeError: Cannot read properties of undefined (reading ‘queryComponents‘)
前端·javascript·vue.js
今天背单词了吗9802 小时前
算法学习笔记:7.Dijkstra 算法——从原理到实战,涵盖 LeetCode 与考研 408 例题
java·开发语言·数据结构·笔记·算法