Bitbucket experiencing major outage for repositories connecting via SSH(status.bitbucket.org)
status.bitbucket.org
Bitbucket experiencing major outage for repositories connecting via SSH
https://status.bitbucket.org/
6 comments
Note - HTTPS git methods still work; it's git over SSH that's having a problem. You can switch a repo like this:
https://help.github.com/articles/changing-a-remote-s-url/
As far as I know, people using bitbucket's 2-factor authentication are unable to connect to their repositories using HTTPS, is this still true?
You can set up an application-specific password and limit its scope: https://blog.bitbucket.org/2016/06/06/app-passwords-bitbucke...
As someone who is effected by this:
Are there any good ways to push/pull from multiple upstreams for whole teams? That also works with your whole CI workflow?
So that you for example can have copies of the repository available on both Bitbucket, GitHub, and GitLab at the same time.
Are there any good ways to push/pull from multiple upstreams for whole teams? That also works with your whole CI workflow?
So that you for example can have copies of the repository available on both Bitbucket, GitHub, and GitLab at the same time.
You could set up some "failover" upstreams that are mirrored using git's post-receive hooks. Or, you could define a particular git remote to have multiple URL's.
This post explains in greater detail:
http://stackoverflow.com/questions/6882017/git-hook-post-rec...
This post explains in greater detail:
http://stackoverflow.com/questions/6882017/git-hook-post-rec...
It's been down for almost 40 minutes for us, completely blocking a scheduled release. Didn't realise until now how much of a dependency Bitbucket was to us - definitely lessons to be learned here.