-
Notifications
You must be signed in to change notification settings - Fork 53
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
Authentication Not Supported Error #124
Comments
You need to set a CredentialsProvider to authenticate using credentials accepted by your server. |
@msohn I'm using same for authenticate with username and pat(Token classic)
|
Do the same credentials work when pulling with C git ? |
It doesn't fail every time, but fails unexpectedly. Pick one file. This cycle continues for all files, but at times it fails after 3 or 4 cycles. It’s not consistent—sometimes all cycles complete successfully, but eventually, it throws the error: "Authentication not supported." |
Don't know. Maybe you suffer from some network issues ? |
Perhaps you're hitting a server-side rate limit. See https://docs.gitlab.com/ee/security/rate_limits.html and https://docs.gitlab.com/ee/user/gitlab_com/index.html#gitlabcom-specific-rate-limits . |
We are encountering an issue while attempting to pull content changes using JGit. The operation fails with the following error:
Has anyone faced a similar issue? If so, please let me know what the possible cause could be.
The text was updated successfully, but these errors were encountered: