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

Correctly attempt multiple usernames with libgit2 #2584

Merged
merged 1 commit into from
Apr 18, 2016

Commits on Apr 18, 2016

  1. Correctly attempt multiple usernames with libgit2

    This commit corrects the logic for attempting multiple usernames with libgit2.
    There is a restriction that for each authentication seession you can only
    authenticate with one ssh username, but we were attempting multiple as part of
    the same sesssion. Instead restart authentication whenever we try a new username.
    
    Closes rust-lang#2399
    alexcrichton committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    537f718 View commit details
    Browse the repository at this point in the history