Hi
Some time ago I used SourceTree via SSO authentication with google and its HTTPS protocol.
Punctually after a few weeks or months the token expires and sometimes I can no longer access the repo.
So I tried to use SSH keys which are MUCH more stable, and work great when they work. In fact, the repo often remains inaccessible to me for a few hours and then starts working again.
I also tried to connect the computer via cell phone by removing all firewalls but nothing ... I think it's not my connection.
Is anyone else experiencing these disruptions?
Hi Albert,
Thank you for contacting Atlassian Community, my name is Norbert and I'm a Bitbucket Cloud Support Engineer, it's nice to meet with you!
I would like to inform you that we're not experiencing any issues with Bitbucket Cloud and personally when I use SourceTree it's working as expected for me.
Please let me know, we're here to help.
Best Regards,
Norbert
Atlassian Bitbucket Cloud Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Norbert,
This is the log of my commit with push.
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks commit -q -F C:\Users\xxxxxx_xxxxxxxxx\AppData\Local\Temp\iq352h03.2sg
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v --tags --set-upstream origin 260-TU001:260-TU001
Pushing to bitbucket.org:xxxxx/xxxxxxxxxxxxxxxxx.git
Connection reset by 104.192.141.1 port 22
fatal: Could not read from remote repository.
This is my configuration of SourceTree 3.4.7 (windows)
In the BitBucket user configuration, there are the keys (and it works fine many time a day)
P.S. ... no it is not working, probably in a couple of hours it will work fine!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @albertuan
This is sound interesting. Currently when your system is trying to connect to 104.192.141.1 IP, it's trying to connect to an AWS Global Accelerator IP: https://bitbucket.org/blog/speeding-up-bitbucket-cloud-with-aws-global-accelerator-and-adding-some-new-ip-ranges
I suspect your system might be having issues to connect to the AWS Global Accelerator service.
As a workaround, temporarily can you change your hosts file so that it points to the old original Bitbucket Cloud IP, which is not using the AWS service?
18.205.93.1 bitbucket.org
Please let me know if that helps.
I'm looking forward to hear from you, Albert.
Best Regards,
Norbert
Atlassian Bitbucket Cloud Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Norbert,
thanks for your help. It will be precious if it will happen again. Indeed, in these first 14 days of March, we did not have any issue.
I'll keep update this thread if there will be any news.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @albertuan , please keep me informed how it goes.
Have a good day!
Best Regards,
Norbert
Atlassian Bitbucket Cloud Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I'm a colleague of @albertuan . The problem is happening again.
It was working fine since this morning and in the last 30 minute the error:
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks fetch --no-tags origin
ssh: connect to host bitbucket.org port 22: Network is unreachable
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
We are reaching the repo in SSH with the public key stored in the BitBucket user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
P.S. in the while we have write down the previous post, the System is working fine again.
:-/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Interesting, how long was this issue happening? A minute or two or for a long time?
For me it seems, that the network is blocking the access to Bitbucket Cloud. Can you ask your network admin and see if they can see any connection being blocked?
Also when this issue is happening, can you check whether if you can telnet to bitbucket? You can check this by using the following command:
telnet bitbucket.org 22
Please let me know.
Best Regards,
Norbert
Atlassian Bitbucket Cloud Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.