简体   繁体   中英

How do you install JGit?

I read about this nice Eclipse plugin called JGit which allows one to use Git without installing it on the machine and commit from within Eclipse.

However, on their page, there are no instructions on how to install it. I've also tried "Install New Software" in Eclipse, but it was unable to find JGit.

How do you install it?

Everything is mentioned on this page . Quoting:

JGit can be installed from the EGit repository:

When you select "Install New Software..." in Eclipse, you should enter the URL: http://download.eclipse.org/egit/updates .

Take a look at EGit instead. JGit is the base API, while EGit is the Eclipse integration.

Take a look at this response too: installing EGit under Eclipse Luna (4.4.1)

JGit是一个用Java实现git的库,它还提供了一个命令行工具,如果要集成到Eclipse中,应安装EGit ,它使用JGit在Eclipse中提供git集成。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM