I can only use an external network through a proxy in the company network.
Since the company proxy address is managed as a .pac file, a local server was started using a separate https://github.com/liangqing/PacProxy/ to set up a proxy URL that could be set for Git.
git config --global http.proxy 'socks 5:/127.0.0.1:9999'
git config --global https.proxy 'socks 5:/127.0.0.1:9999'
git config --global url."https://".insteadOf git://-
Nevertheless, the Clone error appears. How do I fix it?
The following error is displayed.
Open SSL_connect:SSL_ERROR_SYSCALL by connecting to bitbucket.org:443
@이선민(LSM) welcome to the Atlassian community
See if your hostnames were being resolved to IPv6 or IPv4 address. If it is going to IPv6 try disabling IPv6 and seeing if it resolves the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.