Closed
Description
Setup
- git for windows x64 2.10.2+
$ git --version --build-options
14:17:04.620654 git.c:371 trace: built-in: git 'version' '--build-options'
git version 2.11.0.windows.1
sizeof-long: 4
machine: x86_64
- Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
Windows 10 up to date, stable channel
$ cmd.exe /c ver
Microsoft Windows [version 10.0.14393]
- What options did you set as part of the installation? Or did you choose the
defaults?
Path Option: CmdTools
SSH Option: OpenSSH
CRLF Option: CRLFAlways
Bash Terminal Option: ConHost
Performance Tweaks FSCache: Enabled
Use Credential Manager: Enabled
Enable Symlinks: Disabled
Enable Builtin Difftool: Disabled
- Any other interesting things about your environment that might be related
to the issue you're seeing?
The tfs:8080 server exposes its content only to users authenticated with NTLM/SPNEGO
Details
- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
cmd
- What commands did you run to trigger this issue? If you can provide a
Minimal, Complete, and Verifiable example
this will help us understand the issue.
git fetch origin
- What did you expect to occur after running these commands?
Fetch the latest updates on the remote repository (or nothing at all)
- What actually happened instead?
fatal: Authentication failed for 'repository uri'
- If the problem was occurring with a specific repository, can you provide the
URL to that repository to help us with testing?
Sorry, I can't. It's in my intranet, non accessible from the internet.