Git IntelliJ“身份验证失败"

问题描述:

我用git克隆了项目.当我尝试使用IntelliJ进行推/拉等操作时,出现错误身份验证失败".但是,当我在控制台中使用git命令时,一切都很好,我可以推,拉等.我不知道IntelliJ中的问题是什么.我尝试删除并在设置"中再次添加git,但这是行不通的.

I clone project with git. When I trying push/pull etc. using IntelliJ, I`ve got error "Authentication Failed". But when I use git commands in the console everything is okey and I can push, pull etc. I don't know what is the problem in IntelliJ. I tried delete and add again git in Settings, but it's not work.

我遇到了完全相同的问题.
转到文件->设置->版本控制-> git->选中使用凭据帮助程序" .

I had exactly the same issue.
Go to File -> Settings -> Version Control -> Git -> Check "Use credential helper".