-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NullPointerException on push (jgit update needed) #77
Comments
I assume the |
|
This is not so straightforward - jgit does a lot of stuff on it's own, not by delegating to git executable, so it's not 1:1. Connection negotiation, keys lookup etc is one of those things. |
ok, i added url to /etc/hosts and still same error |
Oh, i meant - can you use "proper" URI in your origin declaration, i.e. instead of |
the configuration i copied is not same i am really using... I changed 'sensitive' data... I found similar problem on: http://dev.eclipse.org/mhonarc/lists/jgit-dev/msg02479.html |
Ah, okay, i misunderstood it then :) Issue solved then? I'm keeping up with newest versions of grgit, which in turn uses jgit, but i can possibly force some newer version of jgit to be used. |
this may not be important but real origin address uses ssh on port 2222 |
I think it was the keys issue, now i remember troubleshooting this kind of issue few months back. |
Update of jGit should solve this issue... I can wait :) |
Okay, so i'm going to repoen this and change the title accordingly :) |
Hmm... according to this http://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit/3.7.1.201504261725-r |
I will just force version via gradle, patch bump should not change the API :) |
At last i had some time to hack axion-release - this is now fixed. |
I have a multi-module project and cant't get release to work...
build.gradle:
The text was updated successfully, but these errors were encountered: