Git stash does not work

I use VNC -> Git -> Stash Changesin Intellj IDEA

I get an error: enter image description here

I launched

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

But it still does not work. Why?

+4
source share
1 answer

My mistake. I installed user.mail instead of user.email

+1
source

Source: https://habr.com/ru/post/1686736/


All Articles