Błażej Leśny
Results
2
comments of
Błażej Leśny
I think the problem occurs when the remote git repository doesn't support git protocol version V2. Starting from version 5.11 JGit uses protocol V2 by default (release notes: https://wiki.eclipse.org/JGit/New_and_Noteworthy/5.11). According...
@j0rzsh I'm glad I could help! I found out an alternative workaround, which doesn't require switching the JGit dependency in runtime - you can configure git client to always use...