eclipse软件已经集成了git,使用非常方便。
如何安装呢?
1、打开软件,在help下拉菜单中选中install new software。
2、在弹出的对话框中选择add。
3、在弹出的对话框中,Name填写Egit,Location填写http://download.eclipse.org/egit/updates/
。如果你的eclipse不是最新版本,可以在http://wiki.eclipse.org/EGit/FAQ#Where_can_I_find_older_releases_of_EGit.3F
中选择对应的版本,如http://download.eclipse.org/egit/updates-4.3
,OK。
4、选择你要安装的项目,已知next即可。
5、重启eclipse,git就可以使用了!!!