Git credential problem

Answered

Hi, I have problem with git credentials. When I open project IntelliJ make some calls to git with bad credential, so git block my IP.
When I change internet connection (use another IP address) I can GIT push or pull. Problem is that I didn't change credentials, and IntelliJ one time used wrong , and other time used correct credentials. Do you know where the problem is?

I use IntelliJ IDEA 2019.1 Ultimate Edition (build #IU - 191.6183.87)

Please any help is appreciated. Thanks!

0
4 comments

Hello,

What OS do you use? If it's Windows then issue might be related to Windows Credentials: https://superuser.com/questions/1388100/how-to-reset-or-change-the-git-user-intellij-is-authenticating-with

 

0
Avatar
Permanently deleted user
Hi.
I use windows.
I removed all git credentials from windows and next put git credentials in IntelliJ. It was working fine till I opened next project. (all of my project used the same git credentials).
0

Check if disabling Mark branches that have incoming/outgoing commits in Settings | Version Control | Git helps

0
Avatar
Permanently deleted user

Hi, thanks for your help, disabling of Mark branches that have incoming/outgoing commits, solved a problem

0

Please sign in to leave a comment.