You can set the username and email for Intellij 14 with GIT integration as follows. This worked for me.
Go to your project where git is initialized.
Then enable the hidden folders and find “.git
” and go inside the folder.
Find the file called “config
” and add below code and save.
[user]
name = username
email = username@domaim.com