bitbucket Questions

2

Solved

I have accounts in three different Git service providers - GitHub, GitLab and BitBucket. I want to ensure that my commits are signed via SSH in all of the mentioned providers, which is not possible...
Koon asked 16/12, 2022 at 19:53

3

I have git setup on my web hosting and on an account at Bitbucket which are both linked. How can I revert back to my first commit on both my hosting (which I am logged into via SSH and has git ins...
Thromboplastin asked 25/5, 2016 at 10:9

3

I need to access a remote server from Bitbucket Pipelines. This remote server is available only to a specific host which has its IP address whitelisted. Here is what I want: Pipelines <---> ...
Galoot asked 25/7, 2017 at 17:11

5

Solved

I would like to download (as zip) a particular commit in Bitbucket. Unfortunately I can not find any facility in the UI to do it. (I've already found out that I can see the source by copy and pasti...
Shoup asked 5/8, 2014 at 7:45

3

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 from now (2022 may) the tests are stu...
Fluttery asked 5/5, 2022 at 13:46

6

We have a application account in my server for which we have generated a ssh-key. We need to upload the application account public key to all the repositories in my bit-bucket project. There are so...

2

I have a remote machine with a program which downloads some source codes from some repos using a only-read svn user for that program. Now is working with svn without human interaction doing thinks ...
Intemperate asked 19/1, 2017 at 15:24

23

Solved

I am setting up VS Code to work on an existing Salesforce project saved in BitBucket. I cloned the repository down to my device and now when I open VS Code I get the message The git repository at ...
Confiscable asked 11/2, 2020 at 0:38

1

Solved

Started encountering this issue after pushing changes which has nothing to do with the node_modules or the deployment pipeline. This issue is also seen when trying to rerun an already successful de...
Demolish asked 15/9, 2022 at 9:2

8

Solved

I was trying to compare two commits on the same branch (master in this case) in BitBucket and did not find a good answer in any forum, so decided to try their client, SourceTree to see if installin...
Christophany asked 30/6, 2018 at 15:5

11

I found this gist, showing how to check out a pull request locally from GitHub. I'm using bitbucket and I'm looking for a similar function. Can you help me? Thank you
Sylvia asked 22/9, 2014 at 5:8

2

I'm doing quite trivial java build in BitBucket Pipeline. the only twist is that it is in the repository subdirectory. my bitbucket-pipelines.yml: pipelines: default: - step: caches: - gradle ...
Monarch asked 18/5, 2019 at 6:12

3

On a new machine I installed Git for Windows 2.37.1.windows.1, which also installed Git Credential Manager Core 2.0.785+6074e4e3d3. I created a Bitbucket app password. Then I tried to access a priv...
Massotherapy asked 10/8, 2022 at 23:12

4

Solved

Is it possible to change the commit date from my commit to the author date? I adapted some commits and now the dates are all the same. I want to set it back to the old dates (or the author dates)....
Dullard asked 16/2, 2015 at 8:7

2

Solved

Using postman, I have succeeded in creating branches in bitbucket via their REST API and using the guide below Bitbucket Rest API Guide But I cannot delete a branch using the same guide as well. ...
Rosewood asked 24/4, 2018 at 16:46

1

I can't clone my Git repository from Bitbucket Cloud to my server. I SSHed into my website's server (not local), and then tried to do: git clone https://[email protected]/myusername/reel-visua...
Heyde asked 13/1, 2014 at 18:22

4

Solved

I've been a linux user for a long time, and recently I started using a macbook. As part of my setup process i did the usual "get git going", which included making an ssh key. All that wen...
Amboceptor asked 16/6, 2017 at 18:26

2

1. Summarize the problem I followed Bitbucket's instructions on setting up ssh. I have a pub/priv key pair, and the pub key pasted into Bitbucket settings (Access Keys) for the project. I have a bu...
Venn asked 13/9, 2019 at 14:36

2

Can I somehow enable auto-update of the pull-request description on BitBucket Cloud for commits pushed after pull-request creation, like on Github? Scenario: I finish some work and make my last co...
Faria asked 31/5, 2018 at 11:50

3

Solved

I'm sure we all get this error from time to time: $ git push origin master Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct acces...
Densimeter asked 20/5, 2014 at 5:26

3

Solved

I have been trying to wrap my head around how to utilise BitBucket's Pipelines to auto-deploy my (Laravel) application onto a Vultr Server instance. I have the following steps I do manually, which...
Thermopile asked 27/4, 2018 at 0:39

39

Solved

I'm using bitbucket so I can work with other developer but it seems that we can't get it to work flawlessly. I got this error after pulling the changes from him: Execution failed for task ':app:pr...
Vaucluse asked 23/12, 2013 at 4:57

17

Solved

I uploaded my ~/.ssh/id_rsa.pub to Bitbucket's SSH keys as explained, but Git still asks me for my password at every operation (such as git pull). Did I miss something? It is a private repository ...
Doublebreasted asked 22/12, 2011 at 7:28

2

I am looking into improving the workflow my colleague and myself are using for BitBucket. Something that is often forgotten is the documentation for the feature we are working on therefore I though...
Ganglion asked 22/2, 2019 at 17:26

1

I am facing issue while describing ecs task definition via running thorugh bitbucket pipeline. Issue i face is like below, An error occurred (ClientException) when calling the DescribeTaskDefinitio...
Stander asked 6/7, 2021 at 5:17

© 2022 - 2024 — McMap. All rights reserved.