Home > Article > Development Tools > How to install git plug-in for myeclipse
Installation method: 1. Start MyEclipse and check the Eclipse version information; 2. Download the corresponding version of the egit plug-in from the official website; 3. Open the dropins folder in the MyEclipse installation directory and decompress the downloaded egit compressed file. Go to this folder; 4. Restart the MyEclipse software.
The operating environment of this tutorial: Windows 7 system, myeclipse version 10.7.1, Dell G3 computer.
Steps to install the egit plug-in (The main reason for unsuccessful installation of egit is that the downloaded egit version is not suitable for the currently used eclipse version). First check the version of egit that your MyEclipse supports.
1. Check the Eclipse version information of MyEclipse
##1. Start MyEclipseOpen the window as shown below:
##As shown below:##As can be seen from the above picture, the Eclipse version based on is 3.7.2
## 2. Download the corresponding egit plug-in according to the Eclipse version
Go to the egit official website to download the egit plug-in corresponding to the Eclipse version. Download address: http://www.eclipse.org/egit/download/
## Find 3.7 through the following URL. Which version of egit should be downloaded for version 2 of Eclipse:
http://wiki.eclipse.org/EGit/FAQ#What_versions_of_Eclipse_does_EGit_target.3F, as shown in the figure below, find the corresponding version of Eclipse egit version.
#As shown below:
Then go to: http://wiki.eclipse.org/EGit/FAQ#Where_can_I_find_older_releases_of_EGit.3F and download the zip package. What I need to download is version 2.2.0. Click the download p2 repository link in the last column in the list to download the offline version of the egit plug-in, as shown below.
##3. Copy the compressed file of the egit plug-in Unzip to the specified directory of MyEclipse ##Find the drops folder in the MyEclipse installation directory. Unzip the downloaded compressed file to a folder, as shown below:
As shown below: ##4. Restart Eclipse or MyEclipse Check whether it is installed Completed: window->preferences->Team->git as shown below:
##Success! Recommended study: "Git Tutorial"
The above is the detailed content of How to install git plug-in for myeclipse. For more information, please follow other related articles on the PHP Chinese website!