We have 2 repositories and we are trying to clone through same ssh key. But one of them is throwing the exception "Session is down." ERROR: org.eclipse.jgit.api.errors.TransportException: git@bitbuc...
For a plugin I'm developing, I need to use classes from package org.eclipse.jgit (e.g. RevWalk). Few findings: There is no OSGi bundle that exports this package. The OSGi bundle a...
Hi, Now I using JGit library to working with some repositories on GitHub, GitLab, Bitbucket in my plugin for Jira. I need to get all commits from remote repository and working with them (getting a...
Copied to clipboard