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

'Too many redirects or authentication replays' when trying to push #60

Open
CrispyDrone opened this issue Jul 26, 2020 · 0 comments
Open

Comments

@CrispyDrone
Copy link

When NuKeeper tries to push the new branches to the remote repository, a LibGit2SharpException is thrown with error message: 'Too many redirects or authentication replays'.

I searched for this in the LibGit2Sharp repository and see it might be related to the type of credentials UserNamePasswordCredentials or DefaultCredentials that are being provided in combination with the authentication protocol that's used (NTLM vs Kerberos), see libgit2/libgit2sharp#1168.

I'm not the admin but I have a feeling that our on premise tfs only supports NTLM right now. I could verify this and come back to you. In the meantime, here are the logs when the extension is run with verbosity detailed.

5.txt

environment:

  • TFS 2018 U3 (agent)
  • Azure Devops Server 2019 (frontend)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant