Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 GIT 的 Java 应用程序。
我想在用户的计算机上无缝安装 GIT - mac、win 和 linux - 而不是要求他们自己安装它......
如何在 Java 应用程序中包含 GIT 安装?
谢谢
您可以将JGit用作 git 的独立 Java 实现,而不是使用本机实现。这将使与您的 Java 应用程序捆绑变得更加容易,并允许与 Java 更轻松地进行互操作。JGit 专为嵌入 Java 应用程序而设计。