17

I have this problem and I have no idea how to get the Git section on the toolbar. The image below shows the specific error :

git problem

Thank you for all your answers!

SDG
  • 2,260
  • 8
  • 35
  • 77

2 Answers2

37

In the "Action Set Availability" tick "Git" and "Git Navigation Actions"

enter image description here

Then in "Tool Bar Visibility" tick "Git"

enter image description here

Christoff Erasmus
  • 925
  • 1
  • 10
  • 26
4

This message has been introduced in Eclispe 4.4 (commit 427558b of eclipse/eclipse.platform.ui), replacing "command groups" by "action sets".

See "How do I make my action set visible?"

the user can always have the last say by customizing perspectives (Window > Customize Perspective).
From here, the user can turn on or off any action sets for the current perspective. This will override all the other mechanisms for defining action set visibility.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250