bitbucket Questions

1

We have a serverless framework project with different microservices in a monorepo. The structure of the project looks like: project-root/ |-services/ |-service1/ |-handler.py |-serverless.yml |...

1

I am trying to run a pipeline for my Angular App but when it comes to the "npm run build" part it crashes, the fail reason is "Container "Build" exceeded memory limit.&quot...
Liverpool asked 14/10, 2021 at 8:55

3

I have a node_modules cache in my Bibucket Pipeline and I added new module (eg yarn add react-modal) - how to make Bitbucket pipelines detect new yarn.lock and invalidate its cache?

3

I have git into my Bitbucket account and I want clone those git into my cPanel Git™ Version Control. How to do that? I was able pull git using cPanel terminal. but I want to make clone using cPanel...
Pamphleteer asked 16/7, 2020 at 11:3

6

Solved

Update: I succesfuly sent a post request from curl to trigger jenkins job: curl -I -X POST http://jenkinsAccountUserName:jenkinsAccountPassword@JenkinsIp:8080/job/projecty_ci/build -H "Jenkins-Cr...
Ackerley asked 9/12, 2017 at 13:25

12

Solved

I have an account on bitbucket.org that I created by signing up with my Google account. Now everytime I log in I just click "Log in with Google" and that's fine. How can I access my repos from git...
Future asked 26/1, 2016 at 7:23

4

I'm a quite beginner in using Git (cmd, and UI clients), I installed Git extensions, set up all requirements. When I tried to connect to a repository on BitBucket, private account (I used my own pp...
Elbaelbart asked 19/2, 2017 at 12:13

3

I am trying to do git pull in master branch and I see this message with a long list of files The following untracked working tree files would be overwritten by merge: I really don't care if thes...
Shane asked 6/4, 2016 at 17:18

4

Solved

I've set up a local git repository on my computer, and I'm trying to push that to a newly created Bitbucket account. The problem is that Bitbucket gives me an ssh url to push to, but the network ...
Cornel asked 17/5, 2013 at 11:39

7

I'm creating a job in Jenkins 2.152 running on Windows Server 2016 which needs to pull from a git repo hosted on bitbucket.org. I tested the ssh key through git-bash so I know it works and there is...
Stylet asked 5/12, 2018 at 16:20

3

Solved

I have a Lambda deployed on AWS. My Lambda is deployed uses a container to run my code. Whenever after we deploy a new image, we have to manually copy paste the URL in Lambda's configuration. Even ...
Zulazulch asked 7/2, 2023 at 0:53

3

Solved

A quite probably relevant piece of information is that I have a custom ssh config set up for bitbucket. In my '.ssh/config' file I have the following: [ivanna@comp]$ cat ~/.ssh/config Host bitbuc...
Perez asked 27/7, 2015 at 18:10

1

Issue: I am trying to add a bitbucket repo using an ssh key as a tool.poetry.dev.dependency in my pyproject.toml and have it installed in a docker container via docker compose. However, I encounter...
Tree asked 21/11, 2022 at 18:44

9

Solved

I am using SmartGit Hg for a couple of months. I am using Bitbucket repo. I created another bitbucket account then cloned the current repository to the SmartGit. When I tried to commit and pushed (...
Cyclamen asked 2/8, 2013 at 15:24

12

Solved

What is the best way to move a Git repository with all branches and full history from Bitbucket to GitHub? Is there a script or a list of commands I have to use?
Gregarine asked 7/4, 2014 at 8:12

1

We have a repo in BitBucket Server with "Minimum successful builds" merge check enabled and set to 1. When PR is opened the build starts and result of that build returns back to BitBucket...
Agitato asked 29/7, 2021 at 20:36

5

Solved

We are using git, Bitbucket, and IntelliJ IDEA. The project is mainly written in Java and Groovy. Is there a good way to review pull requests right from IntelliJ?
Haw asked 24/10, 2016 at 11:41

8

Solved

Getting back to work after a while it seems I don't know how to clone a bitbucket repository. Any idea why I get the "not found" error? git clone --verbose https://bitbucket.org/helllamer/mod_ope...
Trapeziform asked 25/1, 2016 at 15:30

7

We've been working in the same Bitbucket repository for close to three years now. We've got a master branch for production, develop for testing and then tonnes of feature branches. Today I wanted t...
Dockery asked 2/4, 2020 at 23:36

3

Solved

I am using the following steps to duplicate all branches to the new-repository. git clone --bare https://github.com/exampleuser/old-repository.git # Make a bare clone of the repository cd old-re...
Yetty asked 15/3, 2018 at 2:20

14

I have multiple accounts in git I committed code three weeks back with this account. I'll unable to pull my code . I was getting The requested URL returned error: 403 I'll try Pushing to Git retur...

2

I want to use bitbucket as middle-ware between local server and the live server I'm deploying into. I'm using windows server 2012 and iis 8. I'm working on an ASP.NET MVC 5 project. Basically, i ...
Thetisa asked 3/12, 2015 at 21:1

6

Solved

I will be honest, I know very little about the internals of git. I have staged and commit a 40mb directory, but when I come to push... $ git push --verbose --progress Pushing to https://[email&#1...
Neisse asked 28/5, 2012 at 20:44

8

I am trying to add key that I have generated to the ssh agent. Below are my steps C:\repo>ssh-keygen Generating public/private rsa key pair. Enter file in which to save the key (C:\Users\m...
Carpetbagger asked 15/1, 2021 at 18:38

2

Solved

On Bitbucket, using the Bitbucket web interface, I sync'd a blessed repo with my own private fork in error. I wanted to rewrite history on the blessed repo to bring it back to the correct commit. ...
Infiltrate asked 4/11, 2014 at 10:2

© 2022 - 2024 — McMap. All rights reserved.