Can't pull or push with Team Explorer in Visual Studio 2017

前端 未结 4 1813
别跟我提以往
别跟我提以往 2020-12-10 21:02

I use Git with Visual Studio 2017. Since yesterday every time I try to push or pull from the remote repository with Team Explorer I get the following error:

         


        
4条回答
  •  借酒劲吻你
    2020-12-10 21:23

    This is very likely due to GitHub turning off versions of TLS older than 1.2. Visual Studio 2017 and Git for Windows have both been updated. More information can be found here:

    https://developercommunity.visualstudio.com/content/problem/201457/unable-to-connect-to-github-due-to-tls-12-only-cha.html

    Hope this helps!

提交回复
热议问题