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.
Asked
Active
Viewed 9,962 times
3
-
Try setting credentials: https://www.jetbrains.com/help/idea/using-git-integration.html – Petr Rastegaev May 10 '18 at 20:26
2 Answers
6
I had exactly the same issue.
Go to File -> Settings -> Version Control -> Git -> Check "Use credential helper".

Maksym
- 2,650
- 3
- 32
- 50
-
Did not work for me either, authentication succeeds if using git from the command line though, and `id_rsa` is in the `.ssh` folder too. – Coder Guy May 16 '21 at 20:15
-