-
Notifications
You must be signed in to change notification settings - Fork 899
Commands.Pull stopped working in 0.27.0-preview-0102 #1898
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
Comments
I'm also seeing the same issue, although I'm setting the CredentialsProvider in the FetchOptions:
Version: 0.27.0-preview-0102, Windows 10, .NET 5.0 |
If I change the CredentialsProvider to use DefaultCredentials() then my issue is resolved, which leads me to believe it is related to issue #1871 |
I don't use any credential providers. It is anonymous request with embedded credentials inside url. The issue reproduced on the lowest layer - libgit2. I've tried use directly - same behaviour. You can see the link to read more information. Sharp wrapper is not the reason. |
Uh oh!
There was an error while loading. Please reload this page.
Commands.Pull stopped working on cloned repos with an access token in URL (https://testToken:[email protected]/myproj/myproj.git). Without access token in URL it works.
Reproduction steps
Expected behavior
A pull must be done
Actual behavior
Version of LibGit2Sharp (release number or SHA1)
0.27.0-preview-0102
Operating system(s) tested; .NET runtime tested
Windows 2019, Windows 10 (.NET 5.0)
The text was updated successfully, but these errors were encountered: