Community
Participate
Working Groups
Build Identifier: M20110210-1200 When CloneOperation fails it throws a JGitInternalException, it would be more useful in error handling if it threw the more specific errors directly. (e.g. NoRemoteRepositoryException, NotSupportedException) Reproducible: Always Steps to Reproduce: N/A
If you meant org.eclipse.jgit.api.CloneCommand I believe this has been already fixed. While looking at the current master, I can see that the command can throw either a TransportException, InvalidRemoteException or a subclass of GitAPIException. Please reopen if it none of them work for you.