Not using global git user/email when doing a git push Permanently deleted user 创建于 2009年06月17日 17:44 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.
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".
See also this topic: http://www.jetbrains.net/devnet/message/5244115#5244115.