Top "Bitbucket" questions

Bitbucket is a hosting site for Git and Mercurial.

Why is Jenkins suddenly unable to delete a workspace

We have a Jenkins server which has successfully built our code over 200 times - until a couple of days ago. …

jenkins bitbucket hudson
SourceTree - how to checkout to remote repo branch

I create a new branch in remote GIT repository. Repository stored on BitBucket. In my my local repository I can …

git bitbucket sourcetree
How do I update my forked repo using SourceTree?

I am using SourceTree (with BitBucket) to manage my code. I have forked a repo, and the parent repo has …

git github mercurial bitbucket atlassian-sourcetree
How to clone a project from Bitbucket into Intellij IDEA?

I tried VCS -> Checkout from Version Control -> Bitbucket (Bitbucket plugin). IDE shows the following: Login to …

version-control intellij-idea bitbucket intellij-plugin
How to avoid merge-commit hell on GitHub/BitBucket

We're ending up with a lot of commits like this in our repo: Merge branch 'master' of bitbucket.org:user/…

git github bitbucket
How do I make a releases, builds, and/or snapshots with BitBucket?

I would like to be able to make releases and builds for my game. I know GitHub has releases, but …

git bitbucket release snapshot
"fatal: HttpRequestException encountered." Error with GitHub/Bitbucket Repositories due to dropping TLS-1.0 support

Problem I recently encountered the following message when I pushed to a GitHub repo: "fatal: HttpRequestException encountered. " followed by being …

git github bitbucket tls1.2 tls1.0
Jenkins returned status code 128

I am trying to setup Jenkins with BitBucket GIT repository, but the Jenkins console always gives me this error code: …

jenkins bitbucket bit status
Git error: inflate: data stream error (unknown compression method)

I am getting Git error: inflate: data stream error (unknown compression method) fatal: failed to read object <hach>: …

git bitbucket
How to use Bitbucket and GitHub at the same time for one project?

I have one repository which I want to push into Bitbucket and GitHub. It is vital for my repository to …

git github bitbucket