bitbucket Questions

2

I'm trying to resize the images in the wiki pages and nothing is working: the images are always presented with 100% width of the page. I tried with reStructuredText: .. image:: image.jpeg :heig...
Counterpunch asked 13/5, 2019 at 8:34

4

I created a new Repository (named repoN) with the existing one (named repoE), simply by copying code from the branch (named B22). After that, I created a new branch in repoN (named BR01). Now I ma...
Exhaust asked 30/6, 2016 at 9:5

11

Solved

I want to clone a remote repository to my local machine. I used the command: git clone [email protected]:<username>/<repo_name>.git and I got the message: The authenticity of ...
Together asked 13/11, 2016 at 17:27

5

Solved

I has the two repositories in bitbucket pipelines, both with pipelines enable. How to execute the pipeline after the other pipeline complete?
Shotgun asked 17/4, 2020 at 19:47

6

We are seeing duplicate builds triggered on Jenkins multibranch pipeline projects. Builds are normally triggered using push notifications from Bitbucket using this plugin: https://marketplace.atlas...
Meander asked 16/11, 2016 at 13:45

2

Solved

I have a bitbucket pipeline that works well but now on a project I need to pull from a private repository which contains a package that is required in my composer.json. When I do a composer install...
Selfmastery asked 17/4, 2017 at 14:21

10

I'm trying to push for the first time a code to my git repository but i get the following error: Counting objects: 222026, done. Compressing objects: 100% (208850/208850), done. Write failed: B...
Deitz asked 1/10, 2013 at 15:24

1

The environment: We use Bitbucket Cloud for repository management (and merges) and Jenkins for CI/CD. Branches with open pull requests are built and deployed to a temporary environment (which inclu...
Tetartohedral asked 28/3 at 18:2

3

Solved

I recently ran into a size limit with my Bitbucket repo. I followed the countless other questions answering how to clean up your git repo and ended up using BFG to remove some bad commits. This w...
Dead asked 9/1, 2015 at 19:28

3

I am trying to setup Flake8 linter in bitbucket pipeline and it works but I only want to run linter on pushed files. Currently, it runs on the entire project. There are many modules in the project...
Unclasp asked 17/5, 2020 at 14:13

37

Solved

I am getting this error for pull: Your configuration specifies to merge with the ref 'refs/heads/feature/Sprint4/ABC-123-Branch' from the remote, but no such ref was fetched. This error is n...
Quinlan asked 2/5, 2016 at 14:3

7

Solved

Atlassian Bitbucket Sourcetree Git Credential Manager keeps prompting me to authenticate. I have tried several fixes, including the obvious: Entering auth, prompt re-appeared in 15 sec. Deleting...

12

After pushing I've been seeing this message at remote repository: 1 commit behind master. This merge has conflicts that must be resolved before it can be committed. To manually merge these changes...
Disapprobation asked 6/12, 2015 at 14:20

3

Solved

I know there is a Work In Progress (WIP) merge requests feature on GitLab. I find it very useful when you already want to show the code to your peers and want to prevent 'Accept' button to be pres...
Komatik asked 21/8, 2018 at 9:7

1

Solved

We updated our Bitbucket Server from 7.21.X to 8.9.10 and the underlying Git from 2.23 to 2.39. Since then the Custom Merge Driver isn't started anymore. I couldn't find anything in the Release Not...
Om asked 16/2 at 10:58

8

Solved

I want to search Bitbucket for files that contain the string "MyStr", but only search repos whose name contains "cookbook". Is this possible? I could not see how to do this with...
Tulley asked 26/8, 2016 at 2:58

6

I am using Bitbucket as my Remote repository. My IDE is VS Code. I am now developing flutter projects. Can someone please explain me, step by step, how I can push and pull code from VS Code to Bit...
Hard asked 12/3, 2020 at 15:30

21

Solved

I'm trying to commit the changes to my repository but I receive the error below: git -c diff.mnemonicprefix=false -c core.quotepath=false commit -q -F C:\Users\Contronym\AppData\Local\Temp\bkdweix...
Salmonella asked 20/8, 2016 at 19:31

30

I am trying to push my project onto my bitbucket, been messing with this for about 4 days pouring through countless problem solving/pages/troubleshooting/tutorials. Im at a loss and very frustrated...
Melodymeloid asked 14/7, 2013 at 21:17

2

I am having a trouble with old repository in bitbucket which is: for all my old commit before 2018 I receive this error message the point is it is me who pushed those commits. is there any way th...
Sawicki asked 22/5, 2018 at 3:6

2

Solved

I'm using the Atlassian pipeline to build and push the docker image to AWS ECR but build is getting tear down with following message. INFO: Executing the aws-ecr-push-image pipe... INFO: Found c...

2

I have been struggling to manage two branches of a Project at the same time. By Manage, I mean, to be able to open the Project(same) twice or more than than. Suppose, on Windows, I create a new D...
Airiness asked 17/2, 2020 at 10:18

30

Solved

I recently changed my Bitbucket password for security reasons. However, IntelliJ didn't update my repository to the new credentials, so it stops me from pulling/pushing anything to my repository. I...
Fibula asked 25/1, 2015 at 22:31

7

Solved

I am trying to import a repository into github from my bitbucket account it seems to be failing and shows following message, "Your old project requires credentials for read-only access We will onl...
Fdic asked 10/5, 2016 at 22:17

3

I am using Cygwin and Git. Every time I push/pull to a repo on Bitbucket with a https url I am asked to enter a password. Is there a way to store these credentials (like with ssh-keys)? I tried ...
Aleksandr asked 8/9, 2013 at 12:57

© 2022 - 2024 — McMap. All rights reserved.