Pushing large files to Team Foundation Server by Git client hangs

This article helps you resolve the problem that hangs when you use Git push to push large files to Team Foundation Server on Windows Server 2008 R2.

Original product version:   Team Foundation Server 2013, Team Foundation Server 2015, Team Foundation Server 2017, Windows Server 2008 R2
Original KB number:   4017691

Symptoms

When you use the Git client to push 5 MB or larger files over HTTPS to Microsoft Visual Studio Team Foundation Server 2013, 2015, or 2017, the operation may hang.

Note

This issue only occurs on Team Foundation Server that is installed on Windows Server 2008 R2.

Cause

This issue occurs because Transport Layer Security (TLS) 1.0 is enabled in Windows Server 2008 R2by default. However, Git push operation requests TLS 1.1 and TLS 1.2. This causes Git pushes over HTTPS to use TLS 1.0 and to hang when you push files larger than 5 MB.

Resolution

To fix this problem, enable TLS 1.1 and TLS 1.2 on Windows Server 2008 R2. To do this, install the Update to enable TLS 1.1 and TLS 1.2 as a default secure protocols in WinHTTP in Windows.

Applies to

  • Team Foundation Server 2013
  • Team Foundation Server 2015 Express
  • Team Foundation Server 2015
  • Team Foundation Server 2017
  • Windows Server 2008 R2 Enterprise
  • Windows Server 2008 R2 Datacenter
  • Windows Server 2008 R2 Standard
  • Windows Server 2008 R2 Foundation

Contact us for help

If you have questions or need help, create a support request, or ask Azure community support. You can also submit product feedback to Azure feedback community.