Check the eclipse version and whether the Git plugin is installed
Menu bar Help-Abouteclipse
Download Link:
Git plugin package Address: Http://wiki.eclipse.org/EGit/FAQ#Where_can_I_find_older_releases_of_EGit.3F
P2 repository URL: Online download link
Download P2 repository: Download git offline package (click Download will go to the toll page, wait a few seconds to pop up the download window, foreign sites slower)
If an older version of Eclipse installs a higher version of the Egit plugin will cause an error, it is recommended to install a lower version of
This page provides the corresponding version of the Egit, choose the appropriate version.
Way One:
Menu bar Help->install New Software->add
Then just keep on going and you'll be ready to restart eclipse after the installation, and the Ok,git plugin will be installed.
Way two:
Menu Bar Help-->eclipse Marketplace
Then just keep on doing the next step.
Mode three: (Offline installation)
Download the git offline plugin package to extract it, create a new Egit folder in the eclipse's Dropins directory, and put the features, plugins, and two other jar packages that were just unpacked.
After you restart Eclipse, go to Window->preferences and Team and see the GIT option, which means the installation was successful.
Configure Git
menu Bar Window->preferences, Team, Git, Configuration
In the Click AddEntry ... Pop-up dialog box
Name information: Key fill User.name,value fill in Name information
Email message: Key fill user.email,value fill in email address
Tips for using Git plugins in eclipse: [1] Installing the GIT plugin