Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Bitbucket Sourcetree Clone Error

이선민(LSM)
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 24, 2024

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

1 answer

0 votes
Brant Schroeder
Community Champion
March 26, 2026

@이선민(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.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events