2

I started getting the following when trying to commit in Eclipse (STS) when clicking the Commit button:

enter image description here

Tried to follow what people are saying here without luck.

Eclipse seems to be properly configured:

enter image description here

Git works fine from the command line, but this issues really prevents me from using Git integration in Eclipse.

It used to work fine all along, this just started happening today.

I tried update the plugins in Eclipse, didn't help.

I'm on a Mac: enter image description here

and using STS 3.9.5 enter image description here

What am I missing?

Any suggestions besides totally reinstalling Eclipse(STS)?

Simeon Leyzerzon
  • 18,658
  • 9
  • 54
  • 82

1 Answers1

7

Turns out it was complaining about the Author & Committer boxes in the Commit Message window:

enter image description here

As soon as I filled out those boxes, the issue disappeared.

Simeon Leyzerzon
  • 18,658
  • 9
  • 54
  • 82