OpenSSL SSL_connect: SSL_ERROR_SYSCALL VS2017 社区/TFS

问题描述:

我无法将本地 git 与在线 Visual Studio 同步.这是我得到的错误

I can't sync my local git with visual studio online. This is the error I get

Git 因致命错误而失败.无法访问'https://mysite.visualstudio.com/DefaultCollection/_git/MajorMaintScopeChallenge/':OpenSSL SSL_connect: SSL_ERROR_SYSCALL 连接到mysite.visualstudio.com:443

Git failed with a fatal error. unable to access 'https://mysite.visualstudio.com/DefaultCollection/_git/MajorMaintScopeChallenge/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to mysite.visualstudio.com:443

更新:它在 PC Windows 8 上

Update: It's on a PC Windows 8

我通过重置代理修复了它;

I fixed it with resetting the proxy;

在cmd中运行这些命令;

Running these commands in cmd;

git config --global --unset https.proxy
git config --global --unset http.proxy