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