Existing issues matching what you're seeing
Git for Windows version
git version --build-options
git version 2.55.0.windows.1
cpu: x86_64
built from commit: bf5afdecc10478397d7059d07573630902fb2e2f
sizeof-long: 4
sizeof-size_t: 8
shell-path: D:/git-sdk-64-build-installers/usr/bin/sh
rust: disabled
feature: fsmonitor--daemon
gettext: enabled
libcurl: 8.21.0
OpenSSL: OpenSSL 3.5.7 9 Jun 2026
zlib: 1.3.2
SHA-1: SHA1_DC
SHA-256: SHA256_BLK
default-ref-format: files
default-hash: sha1
Windows version
Windows 11
Windows CPU architecture
x86_64 (64-bit)
Additional Windows version information
Microsoft Windows [版本 10.0.26200.8737]
Options set during installation
Other interesting things
No response
Terminal/shell
git bash
Commands that trigger the issue
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."xxx".allowNTLMAuth true would make it work normally. However, after upgrading git to version 2.55.0.windows.1, even after configuring git config --global http."xx".allowNTLMAuth true, it still reported authentication failure.
Expected behaviour
After entering the account password in the input field, the clone can be successfully retrieved.
Actual behaviour
can not pull or clone gitlab code error authentic failed
Repository
No response
Existing issues matching what you're seeing
Git for Windows version
Windows version
Windows 11
Windows CPU architecture
x86_64 (64-bit)
Additional Windows version information
Options set during installation
Other interesting things
No response
Terminal/shell
git bash
Commands that trigger the issue
Expected behaviour
After entering the account password in the input field, the clone can be successfully retrieved.
Actual behaviour
can not pull or clone gitlab code error authentic failed
Repository
No response