无法使用Git在VS 2015 Update 3中拉/推更改

无法使用Git在VS 2015 Update 3中拉/推更改,git,visual-studio,ssl,Git,Visual Studio,Ssl,如果我想在Visual Studio 2015 Update 3中拉/推一些代码更改,我总是会遇到以下错误: Error encountered while cloning the remote repository: An error occurred while sending the request. Inner Exception: The request was aborted: Could not create SSL/TLS secure channel. 到目前为止,

如果我想在Visual Studio 2015 Update 3中拉/推一些代码更改,我总是会遇到以下错误:

Error encountered while cloning the remote repository: An error occurred while sending the request.

Inner Exception:
    The request was aborted: Could not create SSL/TLS secure channel.

到目前为止,我尝试了很多东西。对于Ortoisegit和Giut本身,一切都很好(但只有在我设置了
git config--global http.sslVerify false
之后)。VS内部的问题是什么?在另一台电脑上,一切正常…

请检查时间机器是否正常,如果机器中的时间与实际时间不一致,SSL将失败time@WejdDAGHFOUS我的时间是正确的。。。