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
I fixed it with resetting the proxy;
Running these commands in cmd;
git config --global --unset https.proxy
git config --global --unset http.proxy
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With