Questions tagged [bitbucket]

Bitbucket is a hosting site for Git and Mercurial. The service offering includes an issue tracker and wiki, as well as integration with a number of popular third-party services. Atlassian acquired bitbucket.org in 2010.

Bitbucket is a hosting site for Git repositories. The service offering includes an issue tracker, wiki and webhooks, as well as integration with a number of popular third-party services.

See also

See more

8373 questions
3
votes
1 answer

switching from https to ssh for bitbucket

I have the ssh url of my repo git@bitbucket.org:accountUser/repo.git and my remote url for fetch and push: ssh://git@bitbucket.org:accountUser/repo.git I've generated a new private and publich ssh key, the private has been added to the ssh agent…
Geoff_S
  • 4,917
  • 7
  • 43
  • 133
3
votes
2 answers

source tree unable to push

my source tree not able to push suddenly, not knowing why even I've updated the source tree and git is still same. does anyone met this problem before git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --set-upstream origin…
Li Xing
  • 111
  • 3
  • 12
3
votes
1 answer

Recent bitbucket TLS update issues (webhooks)

We had a strange issue Monday morning with our CI pipeline jobs that are triggered from Bitbucket webhooks. Before the TLSv1 and TLSv1.1 deprecation on December 1, I suspect we only had webhooks coming from these IP addresses: All our pipelines…
ted-k42
  • 356
  • 3
  • 12
3
votes
1 answer

Docker tags are lost between steps in Bitbucket pipelines

I am using Bitbucket pipelines to build Docker images with Gradle. Here is my build: definitions: steps: - step: &build-docker name: Build Docker images image: name: openjdk:8 services: - docker …
madhead
  • 31,729
  • 16
  • 153
  • 201
3
votes
1 answer

Bitbucket Cloud will be disabling support for TLSv1 and TLSv1.1 effective 1 December 2018

When I push my changes I am seeing this in my TortoiseGit log: remote: Bitbucket Cloud will be disabling support for TLSv1 and TLSv1.1 effective 1 December 2018. remote: Please make sure your TLS version is updated. remote: For more…
Andrew Truckle
  • 17,769
  • 16
  • 66
  • 164
3
votes
1 answer

Bitbucket git repo has duplicate branches with different content

I am not sure how to reproduce this, or how it possibly occured, but I managed to get into a situation where git/bitbucket stored 2 branches with duplicate names. If i looked on bitbucket, under branches, i would see multiple branches with the…
Fantastic Mr Fox
  • 32,495
  • 27
  • 95
  • 175
3
votes
1 answer

What is the relationship between Stash and Bitbucket?

Are Bitbucket and Stash the same application? As far as I understand Bitbucket was called before Stash? How the moving from one system to the other is done?
Alejandro
  • 83
  • 1
  • 7
3
votes
0 answers

Auto deploy with Bitbucket

I was trying to auto deploy code on server but I am getting below error in webhook log: repository access denied. deployment key is not associated with the requested repository. fatal: Could not read from remote repository. Please make sure you…
Milan
  • 631
  • 1
  • 5
  • 21
3
votes
1 answer

Best way of pulling the data from bitbucket repository using python code

I have to develop a functionality wherein I have to pull the files from bitbucket repository using python code on linux server. Files are located in bitbucket repository itself Can you suggest me how to do that and best way of doing that. I tried…
anonymous
  • 31
  • 1
  • 2
3
votes
0 answers

Bitbucket Pages: Are Custom Domain Name and Alternative Root Folder supported?

Is any of the following possible through Bitbucket Pages? use my own domain name instead of the default one. In particular, I want USER.com to point to USER.bitbucket.io. Redirect is not an option for me. set a root folder other than /. In…
user706838
  • 5,132
  • 14
  • 54
  • 78
3
votes
3 answers

Create a git hook to prevent merges to specific branches in local repository but allows pulling from a remote

This might be just a case of me misunderstanding git, but my situation is as follows: I have a master branch where I want to have only stable working code. Any addition to this branch must come from a pull-request in bitbucket (could be github or…
3
votes
1 answer

How can I link multiple JIRAs to one BitBucket Branch?

Environment: JIRA v7.5.2, Bitbucket Server 5.14 I have two JIRAs who's issue keys are 'JIR-01' and 'JIR-02'. They're two different issues but are solved by the same code change. I've been directed to create a single branch. If I name the branch…
Maleki
  • 4,038
  • 1
  • 15
  • 17
3
votes
2 answers

Move folder to another git repository and keep the history

I would like to move a folder from git to another git repository. For example: This is my current folder structure in Git. src/Project/RegistrationBundle src/Project/PictureGenerationBundle src/Project/CloudDriveBundle readme.md I would like to…
Ralph
  • 2,065
  • 3
  • 15
  • 23
3
votes
2 answers

Microservices + Project in Intellij + Bitbucket

I'd like to ask you about the structure of the project in IntelliJ. I'd like to create my first web application based on microservices architecture. I'd like to see all microservices in one project in IntelliJ as submodules. My question is if I…
Matley
  • 1,953
  • 4
  • 35
  • 73
3
votes
2 answers

Azure Pipelines CI not triggering when pushing tags from Bitbucket

I'm trying to do a proof of concept to redesign my CI/CD pipelines in Azure Pipelines (formerly known as VSTS). My codebase is in BitBucket. I need a continuous integration build to be triggered when I push git tags to the remote repo. The proof of…
1 2 3
99
100