bitbucket Questions

4

Solved

I am using AWS CodeBuild and CodePipeline service to implement CI/CD in my project. AWS CodeBuild using Bitbucket I am getting all repository of my Bitbucket account. While Creating CodePipeLine an...
Juta asked 31/7, 2020 at 2:3

34

Solved

I migrated my repos from Bitbucket or Github. I don't think this matters but it's the only thing different. For a little while, I had two remotes set up: origin: bitbucket github: github Then I re...
Simulacrum asked 26/6, 2016 at 3:9

4

Solved

I have uploaded a font file that I don't have the rights to distribute to git hub several updates ago. I have a relatively inactive repository and I have the ability to notify all of my members if ...
Jaeger asked 31/1, 2016 at 15:31

9

I understand there are many Git questions like mine and I can assure you I've been scraping the web and trying all solutions, to the point where I need to post my own question. General Info: OS: W...
Orangewood asked 8/4, 2014 at 9:39

5

Solved

How do I delete a remote master branch from GitHub/Bitbucket? I'm trying: # git push bb --delete master remote: bb/acl: user is allowed. accepted payload.[K remote: error: refusing to delete the cu...
Loch asked 26/12, 2012 at 12:44

6

I would like to build a Hugo site that can be: password protected (specific pages, not the entire site) be hosted with a private repo that is free or very low cost can be edited using a CMS inter...
Lahomalahore asked 24/3, 2018 at 21:47

10

Solved

I am trying to push my code to my bit bucket repository but from last few days after update from bit bucket, I have to use token to push code. But I don't know where to add token. Could anyone let ...
Cicelycicenia asked 19/3, 2022 at 5:37

3

Solved

When I can push/pull to bitbucket: From my work computer via ssh key id_rsa_bitbucket_work From my laptop, but only when logged into VPN (Cisco AnyConnect) via ssh key id_rsa_bitbucket. My VPN ha...
Pompom asked 19/3, 2017 at 16:7

4

git init git add . git commit -m 'nazwa commita' git remote add origin https://NazwaUż[email protected]/NazwaUżytkownika/test.git git push -u origin --all I must enter pass and email. When I...
Sub asked 25/3, 2017 at 0:28

11

I have some projects I would like to upload on my bitbucket private profile. I performed the following steps but I get an error. Convert my project to git with: git init Next: git add git commi...
Thaine asked 26/8, 2019 at 21:12

3

Solved

Hi just set up a new bitbucket account and created a repo. I already have code in my local machine so I added the remote using git remote add now when i did git push origin, it prompted me to put p...
Roberge asked 24/10, 2012 at 5:14

3

Solved

I have the following code for checkboxes, ### Pre-requisites - [ ] You should have done the Verilog parsign of all the files (../parse_verilog/) - [ ] You should have generated CDFGs for all the ...
Orchidectomy asked 5/5, 2019 at 8:6

3

I am trying to clone a bitbucket server repo (self-hosted) using access-token however I could not find any documentation on Bitbucket server API. My clone url is ssh based. Or is there a way to us...
Thermo asked 25/6, 2019 at 18:53

8

Solved

I think, it's a different issue than this(remote rejected master -> master (pre-receive hook declined)), and many people are facing the same issue, So I am posting a new here. My friend added me...
Ugrian asked 28/1, 2014 at 14:15

12

Solved

I've created lots of branches in one of our repositories. Those branches are for testing before it will be pulled to the master. Now I see lots of them on the list and they we will never use it aga...
Heracliteanism asked 1/3, 2013 at 4:46

4

Solved

I usually use git on linux and I'm not familiar with sourceTree on windows ( c# project ), the interface is usefull to follow the tree, but I would like to the use commande line . I really don't u...
Cheeks asked 13/10, 2014 at 14:1

27

So basically I have a server where I have bitbucket git repository set up. I've been using it for months and now out of the blue sky when I try to pull I get the following error: ssh: Could not re...
Townspeople asked 20/4, 2015 at 12:31

1

Solved

I am trying to find all occurrences of a file with a specific extension across all repositories available in Bitbucket. I have been struggling to find the answer to that on Google. Let's say I am l...
Breeching asked 21/2, 2022 at 13:53

5

Solved

I have a strange problem I couldn't find anything about on the web. I'm learning to use BitBucket and I'm following their walkthrough. I'm using Git Bash as the command prompt as they say here. W...
Pacify asked 15/11, 2012 at 14:16

9

Solved

Let's say I have a README.md and I'd like to create a link to a file that contains spaces in its name, file with spaces.md. I'd like to be able to jump to the file's source code. / -- README.md ...
Hemminger asked 2/1, 2016 at 18:28

2

When using GIT LFS, .gitattributes controls which files are managed by GIT LFS and which ones are not. According to the documentation, all it takes to move files between GIT LFS and regular GIT sto...
Nerval asked 27/7, 2017 at 11:59

6

I am trying to setup Jenkins with BitBucket GIT repository, but the Jenkins console always gives me this error code: Started by user Dakado Building in workspace /var/lib/jenkins/workspace/TEST852...
Subacute asked 11/2, 2014 at 23:21

2

I have 2 repositories residing in Bitbucket - Backend (Laravel app as the API and entry point) and Frontend (Main application front-end - VueJs app). My goal is to set up continuous deployment so w...
Ashjian asked 4/6, 2018 at 23:28

2

I am trying to store pip libraries installed in the initial step as artifacts, so that it can be reused in the parallel steps later on. Unfortunately, when "Test part 1" and "Test pa...
Feck asked 11/1, 2021 at 8:33

6

Solved

I'm hosting my code on Bitbucket using Git. My local client is EGit (eclipse plugin). I created a tag locally (Team -> Advanced -> Tag) and then pushed it to remote repository. But when I ope...
Autotomize asked 7/1, 2012 at 21:55

© 2022 - 2024 — McMap. All rights reserved.