Why do I have to supply my SSH password for some Git repos in IntelliJ?

已回答

For some of my projects I have to continually supply my SSH key password when pulling and pushing from BitBucket, regardless of whether I tick “Remember” or not. It only happens on a few repos on my Winows machine. Any idea why or how to solve this?

I'm running the latest version of IntelliJ Ultimate.

Thanks

Nick

0

Hi,

Issue is either

1) Git is having issue accessing the stored password (if it's saved via git credential helper) - this is active only if you have “Use git credential helper” enabled in Settings | Version Control | Git. 

2) IDE is having issues accessing password (if it's saved via IDE) in Settings | Appearance & Behavior | System Settings | Passwords (double-check settings here)

Which approach are you using? 

 

 



 

0

I have “Use git credential helper” enabled, so I guess I'm using that.

0

And do you get this prompt when sending commands via cmd? 

0

If you mean via the command line, then no, I don't. It only happens when pushing/pulling via the IntelliJ menus.

0

Can you reproduce the issue and share what's the console input/output inside the IDE? (console tab should appear in the git menu + can you share the logs? 

0

请先登录再写评论。