刚使用GitLab做项目管理,在idea-check versionControl中使用git clone工程,一直报Clone failed: Authentication failed for ‘Xxxxxxx’,却又没有弹出消息框。

查询了大量的办法,最后觉得应该是用户验证出了问题,查找之后在git上输入命令

git config --system --unset credential.helper

  输入之后在idea上就可以正常弹出用户名密码验证了,输入之后即可完成clone

相关文章:

  • 2021-06-11
  • 2022-01-08
  • 2021-05-26
  • 2021-11-19
  • 2021-12-11
  • 2021-09-24
  • 2019-12-26
  • 2022-01-11
猜你喜欢
  • 2022-12-23
  • 2021-12-08
  • 2021-08-10
  • 2022-12-23
  • 2021-05-02
  • 2021-11-29
  • 2022-02-24
相关资源
相似解决方案