从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的方法统统都不管用
解决办法:
- 在gitlab上新建一个token,复制新建的token备用

- 打开idea,依次找到 File/Settings/Verson Control/gitlab ,然后你会发现这里会让你登录,把第一步复制的token粘贴后登录,问题解决!
