你如何安装 JGit?
How do you install JGit?
我读到了这个不错的 Eclipse plugin called JGit,它允许人们使用 Git 而无需将其安装在机器上并从 Eclipse 中提交。
但是,在他们的页面上,没有关于如何安装它的说明。我也在 Eclipse 中尝试过 "Install New Software",但找不到 JGit.
如何安装?
this page 上提到了所有内容。引用:
JGit can be installed from the EGit repository:
- Main Site: http://download.eclipse.org/egit/updates (Recommended)
- Mars Site (Mars.1 currently has JGit 4.0.3): http://download.eclipse.org/releases/mars
当你在Eclipse中select"Install New Software..."时,你应该输入URL:http://download.eclipse.org/egit/updates
.
改为查看 EGit。 JGit 是基础 API,而 EGit 是 Eclipse 集成。
也看看这个回复:installing EGit under Eclipse Luna (4.4.1)
JGit is a library implementing git in Java, it also provides a command line tool, if you want integration into Eclipse you should install EGit 使用 JGit 在 Eclipse
中提供 git 集成
我读到了这个不错的 Eclipse plugin called JGit,它允许人们使用 Git 而无需将其安装在机器上并从 Eclipse 中提交。
但是,在他们的页面上,没有关于如何安装它的说明。我也在 Eclipse 中尝试过 "Install New Software",但找不到 JGit.
如何安装?
this page 上提到了所有内容。引用:
JGit can be installed from the EGit repository:
- Main Site: http://download.eclipse.org/egit/updates (Recommended)
- Mars Site (Mars.1 currently has JGit 4.0.3): http://download.eclipse.org/releases/mars
当你在Eclipse中select"Install New Software..."时,你应该输入URL:http://download.eclipse.org/egit/updates
.
改为查看 EGit。 JGit 是基础 API,而 EGit 是 Eclipse 集成。
也看看这个回复:installing EGit under Eclipse Luna (4.4.1)
JGit is a library implementing git in Java, it also provides a command line tool, if you want integration into Eclipse you should install EGit 使用 JGit 在 Eclipse
中提供 git 集成