I have fresh install of IDEA InteliJ and PyCharm installed with git support enabled. However, when I try to Ctrl+K to commit the author field is empty. Moreover, the Ctrl+Space says "No Suggestion".
I have my ~/.gitconfig generated properly by PyCharm is not using its data.
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
How to make PyCharm to use the data from regular .gitconfig?
 
    