Search code examples
visual-studiotfs

OpenSSL SSL_connect: SSL_ERROR_SYSCALL VS2017 Community / TFS


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

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

Update: It's on a PC Windows 8


Solution

  • I fixed it with resetting the proxy;

    Running these commands in cmd;

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