Can't push git, visual studio. Git failed with a fatal error. fatal: HttpRequestException encountered

前端 未结 9 1959
甜味超标
甜味超标 2020-12-01 13:54

Here is my error on visual studio. I can\'t figure out if there is a config to fix this. Additionally I am restricted from installing git command line tools.



        
9条回答
  •  既然无缘
    2020-12-01 14:28

    Cause: GitHub updated their security requirements on the server side. They no longer support TLS 1.0 and 1.1, only 1.2. Older Git Credential Manager for Windows versions used 1.0.

    Solution: Update Git for Windows. Version 2.14.3 and newer include an up-to-date Git Credential Manager for Windows.

    Alternatively you can update only the Git Credential Manager for Windows itself. It supports TLS 1.2 from version 1.14.0 onwards.

提交回复
热议问题