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

(RK-243) Refuse to generate rugged credentials more than 50 times. #596

Merged
merged 1 commit into from
May 17, 2016

Commits on May 16, 2016

  1. (RK-243) Refuse to generate rugged credentials more than 50 times.

    The new behavior as of libgit2/rugged 0.24.0 is to continue to call the
    credentials callback until either it raises an error or the server gives
    up. Since neither was happening for HTTP sources, invalid credentials were
    leading to an infinite retry loop. SSH sources already seemed to have a
    client side abort at around 50 attempts.
    scotje committed May 16, 2016
    Configuration menu
    Copy the full SHA
    00e5fa8 View commit details
    Browse the repository at this point in the history