Hello,
There seems to be "flashing" issue with git over SSH. Simple commands tend to fail around half of the time
git fetch --tags --force origin
git pull origin master
Sometimes working, sometimes there is connection error:
Connection to bitbucket.org closed by remote host.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Even `ssh git@bitbucket.org host_key_info` sometimes fails. When it's not failing, I receive this:
You are using host key with fingerprint: ssh-ed25519
SHA256:ybgmFkzwOSotHTHLJgHO0QN8L0xErw6vd0VhFA9m3SM
Seems valid according to https://bitbucket.org/blog/ssh-host-key-changes
Fun fact: it's been exactly one year since Bitbucket replaced their host keys. So maybe related?
Status page says everything is ok, but also there was some maintenance, so maybe related.
Anyone else having issues?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.