Search code examples
intellij-ideagit-stash

Not working git stash


I use VNC -> Git -> Stash Changes in Intellj IDEA

I get error: enter image description here

I run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

But it still not working. Why?


Solution

  • It's my mistake. I set user.mail instead user.email.