I want download a private repository from bitbucket, but get some error fatal: could not read Username for 'https://bitbucket.org': terminal prompts disabled h
We're using AWS CodeDeploy for our deployment pipelines, reading from our bitbucket repository. I'm trying to find which commit number was last deployed to prod
Today I got the following message when I used Git + BitBucket on MacOS while pushing a new branch to BitBucket. You are using an account password for Git over H
I have both accounts and projects on both services. I try to replicate my Github flow on bitbucket projects but so far it has not been possible. The git managem
I used to manage commits of files of my Bitbucket on-premise instance with que API 1.0 and Python. Retrieving list of all files was quite easy with the '/files'
How to enable upload key option in teamcity? and also to use that from bitbucket
I have pushed the code in the morning it was working fine but now I'm trying to push code but getting this error: Bitbucket Cloud recently stopped supporting ac
I'm working on a project and I cut a branch from a release_branch let's call my branch branch_A. My colleague also had cut another branch from same release bran
Hi my org hosts Bitbucket data center version and have a requirement to get the list of all type(Public, Private) of repositories from bitbucket, how can I get
I am trying to build CICD using cloud build in GCP. As a part of that, I am trying to mirror the repositories from Bitbucket into CSR. But I am not able to mirr
I'm trying to add cypress to the bitbucket pipeline but it tells me that I need to install Xvfb and I don't know how to keep going. This is my bitbucket.pipelin
My Pull Request in the Bitbucket is already merged to Dev Branch: I created another branch and need to Merge only this PR to that branch how I can do this? I o
We can have the branch permissions at the Project level or at the repo level, requirement is - is there a way can we have the branch permissions at the folder l
I'm trying to get the spring cloud config server connected to a bitbucket repo using ssh. I've found lots of posts about the key needing to be rsa format. I'v
We use Bitbucket pipelines in our CI for testing, Our application is NestJS with Typescript tested with Jest. We always got all tests running, however few days
After cloning a repo in Bitbucket that has submodules, once in a few weeks, following happens for several minutes to several hours: One of the repositories that
I am using TeamCity Enterprise 2021.2 (build 99542) and Bitbucket Server v7.14.0. I have a build configuration in Teamcity with 3 VCS roots: Repo1, Repo2, and R
I've a Symfony project that I am running on my PC with Symfony serve. This project is on Bitbucket that has IP restrictions, I can only work from home and nowhe
I recently installed composer require league/flysystem-aws-s3-v3 ~1.0 in my app and created small line of codes of vue components and blade.php files. When I tr
I have committed a code into my branch, no one has written anything in it. Do I just git add then git commit -m '' and then git push as usual