After installing Git version 2.55.0.windows.1 on Windows, it is impossible to pull or push code using the domain account password. #6307
Replies: 1 comment
-
|
See #6308, fixed in v2.55.0(2). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
URGENT! After installing git version 2.53.0.windows.2 on Windows, it was impossible to pull and push code using domain account passwords. Searching online, I found that configuring git config --global http."http://your-server.com".allowNTLMAuth true would enable normal pulling and pushing. However, after upgrading the git version to 2.55.0.windows.1, even after configuring git config --global http."http://your-server.com".allowNTLMAuth true, it still reported authentication failure.
Beta Was this translation helpful? Give feedback.
All reactions