Not using global git user/email when doing a git push

It shows up on github as unknown when pushing from Idea. How can I set the user/email for the git that Rubymine is using.

0
Avatar
Permanently deleted user

Git username/email properties are read during commit time rather than push time. Please ensure that your commits have a correct username/email by viewing history on the commited file or by using the command "git log --pretty=short".

0
Avatar
Permanently deleted user
0

请先登录再写评论。