Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

rid3638's avatar

How to remove git username form Mac.

I have two user's in git on my Mac. I am trying to remove one user, that I am not using anymore. How can I remove that?

I already try this step-

$ git config --global user.name "New User"
$ git config --global user.email "[email protected]"
0 likes
2 replies
rid3638's avatar

@TISUCHI - Thanks. This discussion helped me a lot. It's working now.

3 likes

Please or to participate in this conversation.