Authentication login/username for my GIT account changed. How do I tell this to my IntelliJ product?
GIT record login-name in remote repository URL. You can change that in IntelliJ product in couple of ways.
git ls-remotes --get-url
to see your current remotesgit remotes set-url https://my_new_user@my.git.server/path/to/project.git