Git credential problem
已回答
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!
请先登录再写评论。
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
Check if disabling Mark branches that have incoming/outgoing commits in Settings | Version Control | Git helps
Hi, thanks for your help, disabling of Mark branches that have incoming/outgoing commits, solved a problem