your account has 2FA enabled and you must use a personal access token

从gitlab上拉下来代码后不能push,报错: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的方法统统都不管用

解决办法:

  1. 在gitlab上新建一个token,复制新建的token备用
  1. 打开idea,依次找到 File/Settings/Verson Control/gitlab ,然后你会发现这里会让你登录,把第一步复制的token粘贴后登录,问题解决!
相关推荐
h***673711 小时前
SpringBoot整合easy-es
spring boot·后端·elasticsearch
S***267517 小时前
基于SpringBoot和Leaflet的行政区划地图掩膜效果实战
java·spring boot·后端
@大迁世界19 小时前
相信我兄弟:Cloudflare Rust 的 .unwrap() 方法在 330 多个数据中心引发了恐慌
开发语言·后端·rust
5***g29819 小时前
新手如何快速搭建一个Springboot项目
java·spring boot·后端
2***B44920 小时前
Rust在系统编程中的内存安全
开发语言·后端·rust
U***e6320 小时前
Rust错误处理最佳实践
开发语言·后端·rust
q***471821 小时前
Spring中的IOC详解
java·后端·spring
码事漫谈21 小时前
C++小白最容易踩的10个坑(附避坑指南)
后端
码事漫谈1 天前
性能提升11.4%!C++ Vector的reserve()方法让我大吃一惊
后端
稚辉君.MCA_P8_Java1 天前
Gemini永久会员 Java中的四边形不等式优化
java·后端·算法