bitbucket Questions

2

Our team has an account on Bitbucket and we have to configure webhooks for each repo. Is there a way to configure webhooks for all repos in once place instead of managing webhooks in each repo sepa...
Liber asked 24/5, 2019 at 23:41

4

Solved

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 HTTPS. Beginning March 1, 2022, users ...
Idiocy asked 24/1, 2022 at 10:46

4

I'm a Bitbucket noob and having a hard time getting started. I'm trying to clean up the Bitbucket repository and my local git folder master and branch organisation. My local computer's git folder...
Surakarta asked 2/9, 2014 at 9:57

5

Solved

I am using BitBucket. I have a repository installed on my server with git clone https://******@bitbucket.org/******/myproject.git I was able to pull and push from my server to the bitbucket.org...
Ninny asked 1/8, 2018 at 14:12

3

Solved

I have a private repository and I have invited several users to let them get the code. Now I want to see the which users could do that. But I cannot find a way to list all the users that are able ...
Nation asked 4/3, 2014 at 7:22

0

Let's say I have a workspace and repo called acme/widget, and I have a fork of that called brianc/widget. Using the BitBucket api, how can I create a pull request from my repo to the upstream? In t...
Scrabble asked 11/2, 2022 at 17:47

5

I have a CI pipeline in Bitbucket which is building, testing and deploying an application. The thing is that after the deploy I want to run selenium tests. Selenium tests are in an another reposit...
Kauffmann asked 14/4, 2018 at 15:19

3

Solved

Dear community when I clone the project from bitbucket this error message apperas "error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated" Does anyon...
Sheridansherie asked 1/2, 2020 at 18:28

4

Solved

I have the 1.11.57 tag in the upstream which i pushed with master branch code. I am using bitbucket and git bash I forked above repository and locally use the fork repository as my local master ...
Redistrict asked 24/6, 2018 at 4:21

4

Solved

I have one repository which I want to push into Bitbucket and GitHub. It is vital for my repository to be hosted by both. Is there a way to do this in Git?
Stunk asked 18/10, 2012 at 18:40

4

Solved

I am trying to use the bitbucket pipeline to upload my build apk to hockey app but when i try to run my script i get bash: ./deploy-hockey-dev.sh: Permission denied this is the deploy-hockey-dev...
Michail asked 24/10, 2018 at 16:17

9

I'm not sure what is going on. But every time I try to push or pull now with git I get this message "fatal: repository 'https://....' not found". I usually use source tree with bitbucket but am rec...
Tullis asked 10/3, 2015 at 23:41

8

Solved

I'm in a team of three; two are working locally, and I am working on the server. My coworker set up the account, but gave me full privileges to the repository. I set my username and email in git...
Opinion asked 1/3, 2013 at 20:54

1

Solved

I would like to send arguments when I call an anchor with bitbucket pipelines Here is the file I am using, I have to call after-script because I need to push to a certain S3 bucket definitions: st...

3

Solved

With github we can use URLs of the form www.github.com/username/repo/filename.c#L20-L45 Note the #L20-L45 at the end which highlights the 20th to 45th lines of code when the page loads in the br...
Viradis asked 15/1, 2020 at 0:1

1

I'm looking for a Bitbucket tool that is similar to the GitHub CLI gh. I'm aware of the API, but that's not what I'm looking for. This tool is for the Bitbucket cloud version.
Aerodonetics asked 14/7, 2021 at 21:14

5

I have to send a lot of pull requests, so I would rather use the bash command line than bitbucket's web interface. Usage example: $ git-req username Here is such a script for Github: http://paste...
Dash asked 4/1, 2012 at 3:37

6

I am using ansible-galaxy (v2.0.0.2) to install ansible roles that which has the source code on Bitbucket through the requirements.yml file. But I could not checkout the code from bitbucket.org wit...
Ferwerda asked 20/1, 2017 at 3:21

2

Solved

Sometimes when I try and run git fetch I get the following response: error: cannot lock ref 'refs/remotes/origin/branchname': is at XXXXXX but expected YYYYYY The steps that I took that caused...
Ballroom asked 28/9, 2017 at 12:32

2

From my private git repository, I would like to make a single file publicly available. Is there a way to achieve this in say GitHub, BitBucket or elsewhere? Let me be more precise. I have a Latex ...
Macrospore asked 3/5, 2018 at 7:39

6

Solved

I had pushed a project from Linux to Bitbucket and then cloned it on Windows. Turns out there were two symlinks, which appeared as textfiles on Windows. Since I knew where they should point to, I r...
Subacute asked 23/8, 2013 at 20:20

0

I integrated Bitbucket with Cloudbees, having the following workflow: everytime an user creates a Pull Request, having as target develop branch, a multi-branch pipeline in cloudbees will cluster th...
Bitternut asked 6/1, 2022 at 9:31

2

Solved

I'm just getting started with git, and started messing about with Bitbucket. However, I now want to use the repository I created, but without its initial history. Is there any way I can clear out ...
Peptic asked 2/12, 2012 at 12:48

5

Solved

I am storing laravel files in bitbucket and I also have a local copy of the project. Every time i save my local copy, i push it to the remote repository in bitbucket so that they have the same upda...
Wry asked 14/3, 2016 at 4:35

5

Solved

I heard that there was a public URL for all users on github where you can access their public keys or they can supply that URL of all their public keys. Is this true? If so what is that URL. Does i...
Rumney asked 22/4, 2013 at 23:1

© 2022 - 2024 — McMap. All rights reserved.