我只是试着开始使用JGit,现在我遇到了一个奇怪的例外,同时我做的是最基本的事情。repodir);
git.add().addFilepattern(".").call();} at org.eclipse.jgit.api.AddCommand.call(AddCommand.java:212)... 1 more
<em
我想通过JGit应用程序接口中的FetchCommand类来获取对象。我已经克隆了这个存储库。例如:C:\jGitClone\jGit\.git。Git git = new Git(repository); // this is the cloned repository.C:\jGitClone\jGi