-
Notifications
You must be signed in to change notification settings - Fork 96
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
lsremote() fails to configure credentials #222
Comments
ajoberstar
changed the title
lsremote() fails
lsremote() fails to configure credentials
Apr 12, 2018
Thanks for the quick response, good to hear it's a bug, I was already pulling my hair out. ;-). |
ajoberstar
added a commit
that referenced
this issue
Apr 14, 2018
Credentials were not being configured on lsremote, unlike all other TransportCommands that were being used. This fixes #222.
You can test the fix for this with 2.1.2-rc.1. |
Hi Andrew, Tested with 2.2.0-beta.1, lsremote() works again. |
Thanks for testing. I'm pushing out 2.1.2 final (which includes this fix). 2.2.0 needs some more work (for other features). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
When trying to use
grgit.lsremote()
a failure occurs:Caused by: org.eclipse.jgit.errors.TransportException: https://myGitLabServer/myproject.git: Authentication is required but no CredentialsProvider has been registered.
I'm using Grgit version 2.1.1 with hardcoded credentials,
grgit.push()
andgrgit.pull()
just work fine.Any idea why only
lsremote()
fails?The text was updated successfully, but these errors were encountered: