bitbucket Questions

1

Using the Bitbucket REST API, I’m looking for a way to get all pull requests that are assigned to a user. So far this endpoint: https://api.bitbucket.org/2.0/repositories/{workspace}/{repository_na...
Heyes asked 21/7, 2022 at 22:19

4

I have worked on a git LFS via bitbucket for a while with no problem. I was working on my own but recently a trainee has joined me and we do not manage to push files from his machines. We have bee...
Earthquake asked 10/3, 2017 at 10:15

8

Solved

I keep getting this problem with Xcode source control. If I checkout a previous branch and then switch back to my latest branch, sometimes I can no longer push to my remote as it's stuck on loading...
Hardie asked 9/9, 2019 at 2:38

4

I am trying to host a websit with only static pages on BitBucket.com using its Add-On Aerobatic. While registering the domain on Aerobatic, its giving me the following error: CNAME already regis...

14

Solved

I wanted to pull commit "3a2ceef391af73994dfeb0d8ef57ed6a52ef4238" from branch android. I used the command: $ git fetch origin 3a2ceef391af73994dfeb0d8ef57ed6a52ef4238 and it is showing this err...
Lamellicorn asked 23/6, 2018 at 14:3

7

Solved

I'm trying to clone a project from BitBucket to my Android Studio. Finally it ends up with the error .iml file does not exist. What am I doing wrong? Edit:- Once project is loaded from my repo,...
Chico asked 30/1, 2016 at 15:10

1

Solved

I'm working in a code base with a merge-style workflow which uses Bitbucket, GitHub, or Gitlab for pull requests (PRs). I'd like to see the "right-parent" commits only, or something akin ...
Epicene asked 7/12, 2023 at 3:2

4

Solved

This question would be simple if I ask it as a use case. I have two SSH keys on my computer personal_id_rsa company_id_rsa And I have two different user accounts on bitbucket.org. One of them ...
Michel asked 3/12, 2013 at 14:17

3

Solved

I want to build a project using two Git repositories. One of them contains the source code, while the other has the build and deployment scripts. I am using Jenkins pipeline for building my project...
Phosphorous asked 22/11, 2018 at 8:20

6

According to my understanding, when two developers work on the same project, but use different coding styles, there is no built-in way in GIT to uniformize commited sources. Please, correct me if I...
Expropriate asked 5/10, 2016 at 12:32

4

Solved

So here's what's happened: Accidentally committed lots of files that weren't meant to be. Did a git reset --soft HEAD~2 to get back to a commit before the accident Modified gitignore to ignore t...
Metagenesis asked 28/8, 2017 at 17:17

3

Solved

I'm using Bitbucket, and I've setup SSH on Git as instructed for Linux in Atlassian's documentation (Ubuntu 13.04) When I try to clone any project from my Bitbucket account though, I get a public k...
Lipp asked 27/8, 2013 at 16:11

2

I'm looking for a way to download a file from bitbucket, (not the repository, a file from the download section). Currently, it is possible to clone a repository using a deployment key, but I couldn...
Precaution asked 26/5, 2016 at 14:16

15

Solved

We have a Jenkins server which has successfully built our code over 200 times - until a couple of days ago. We are now getting an error to indicate that Jenkins was unable to delete the workspace...
Beni asked 10/6, 2018 at 10:26

39

Solved

My git push is hanging after appearing to complete the push. I am going git push Counting objects: 51, done. Delta compression using up to 2 threads. Compressing objects: 100% (47/47), done. Writin...
Gallican asked 5/4, 2013 at 21:30

3

Solved

For an Azure Pipeline with multi-repositories, how can you get the GIT commit id from a checked out resource repository? Is it supported? I'm using an Azure repo to store the pipeline yaml file, ...
Bigmouth asked 2/6, 2020 at 16:23

24

I created a new repository and I'm running into a strange error. I've used Git before on Bitbucket but I just reformatted and now I can't seem to get Git to work. After doing a commit, I had to add...
Boeotian asked 18/4, 2013 at 5:0

10

Solved

I've got a folder - 'Repos' - which contains the repos that I'm interested in. These have been cloned from bitbucket, but I guess github could be a source too. Repos - music-app - elephant-site ...
Peg asked 28/3, 2013 at 23:50

3

I have been reading the bitbucket documentation and I am still confused about how to manage users well on my repo. I want to give some developers the ability to pull and push to certain branches ...
Sapindaceous asked 31/7, 2013 at 6:58

1

I have a bitbucket account. I use it as a remote backup for coding projects. However, after a creating a repository on bitbucket and trying to push to it, I get this message: The requested reposit...
Crocein asked 23/5, 2021 at 10:36

4

Solved

Bitbucket Pipelines is using Docker containers to executes tasks and by default Docker containers run as root. This is a problem for NPM's lifecycle scripts because NPM tries to downgrade its privi...

6

Solved

I have a Spring-Boot application that use Spring Cloud Config and I'm trying to get the application's configuration file from Bitbucket. I was able to get the configuration file some time ago but n...
Parameter asked 22/2, 2021 at 17:55

4

Solved

starting last 2-3 weeks I can not open bitbucket.org, from anywhere in my Mac OS 10.13.4 and from Windows 7 using browser, curl and on "git push" I'm getting SSL_ERROR_SYSCALL. I tried to connect f...
Precis asked 25/4, 2018 at 6:10

13

Solved

A well meaning colleague has pushed changes to the Master instead of making a branch. This means that when I try to commit I get the error: Updates were rejected because the tip of your current br...
Promycelium asked 20/3, 2014 at 12:24

6

Solved

I followed this documentation to get a token value and a token secret from bitbucket: https://confluence.atlassian.com/display/BITBUCKET/OAuth+on+Bitbucket After that I want to push/pull to a give...
Mcnelly asked 25/7, 2014 at 22:15

© 2022 - 2024 — McMap. All rights reserved.