Skip to content
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

Bug: JGit Authentication is not working #23

Open
dlh3 opened this issue Apr 5, 2013 · 0 comments
Open

Bug: JGit Authentication is not working #23

dlh3 opened this issue Apr 5, 2013 · 0 comments
Labels

Comments

@dlh3
Copy link

dlh3 commented Apr 5, 2013

VCCloneTask fails when trying to clone a repository that requires credentials. The flow attempts to:

  1. connect without credentials
  2. prompt to supply credentials if step 1 fails.

Strangely, it seems that the JGit CloneCommand (via TransportCommand) will create a CredentialsProvider and prompt for credentials if the endpoint requires them. This makes step 2 redundant.

In any case, providing credentials through either mechanism does not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant