OpenSSL SSL_connect: SSL_ERROR_SYSCALL VS2017 Community / TFS

ぃ、小莉子 提交于 2020-01-16 01:17:32

问题


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


回答1:


It sounds like an issue in your network setting then (maybe a proxy or a firewall blocking access to the remote repository), as indicated by this line:

OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to :

Double check if your machine is in a network with proxy/firewalls. Turn it off and try again. If you have an additional standalone pc with a direct internet connection also give a try on this machine directly.




回答2:


Thanks, managed to resolve it by running the following from cmd

git config --global http.proxy myproxy.com:8080



回答3:


In my case it's a proxy issue, my company's firewall is blocking access and I don't have rights to change it. So, I switched to our company's mobile version of wifi network and managed to clone locally!



来源:https://stackoverflow.com/questions/50003072/openssl-ssl-connect-ssl-error-syscall-vs2017-community-tfs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!