bitbucket Questions

4

Solved

I've looked at the Bitbucket API docs and this post BitBucket get list of all contributors. The second link asks about users belonging to a repo, but in my case I just want a list of ALL licensed u...
Gefell asked 2/4, 2018 at 18:45

4

I want to run pipline on Bitbucket. I made all the necessary settings. I installed ssh_askpass. I am using Ubuntu 18. However, I am getting the error below. ssh_askpass: exec(/usr/bin/ssh-askpass):...
Zepeda asked 24/8, 2020 at 17:6

5

I am trying to see if I can enforce a questionnaire in Bitbucket before reviewers approve a Pull-request. Sample questions that I would like to use are.. If the changes made are to a global repos...
Acropetal asked 17/7, 2016 at 14:22

6

Solved

I want to send files from Jenkins to to my instance in Google Compute engine instance I added a build in my config in jenkins : rsync -vrzhe "ssh -i /var/lib/jenkins/.ssh/google_compute_engine -o ...
Imprest asked 9/1, 2015 at 9:33

6

Solved

Added a new scheme corresponding to a test target in my xcode project. The new xcscheme file created is not getting reflected in git. Also doing a git status shows me nothing to commit, working dir...
Cypress asked 24/9, 2015 at 5:10

3

Solved

I'm trying to migrate a project from NPM to Yarn. Part of my node dependencies are private packages hosted on Bitbucket (not published on NPM registry) under the namespace of the company I'm worki...
Folderol asked 30/4, 2017 at 15:49

4

Solved

I'm trying to clone a Bitbucket repo on a remote Windows computer, using the Git Bash terminal from Git For Windows. The remote computer is able to surf the internet in a web browser, and I am able...
Olnek asked 17/8, 2023 at 5:20

3

I am having some issues with fastlane and cloning a git repo from BitBucket. I am getting following error: fatal: could not read Username for 'https://bitbucket.org': terminal prompts disabled [17...

3

Solved

Confluence supports displaying PlantUML diagrams using for example PlantUML for Confluence macro. Basically, one copy-pastes a source code of the UML diagram and it's correctly rendered in a page. ...
Brutus asked 30/11, 2020 at 15:27

11

Solved

I have just setup git with bit bucket for my windows machine. Git pull works properly, where as git push fails with below error. $ git push Counting objects: 10, done. Delta compression using up ...
Cottage asked 27/6, 2017 at 12:23

7

Solved

I have a problem with my git, when I pull or push to repository of bitbucket. I always get this error: fatal: unable to access 'https://[email protected]/****/**': Failed to connect to bit...
Transalpine asked 28/8, 2018 at 4:43

2

Solved

I create a new branch in remote GIT repository. Repository stored on BitBucket. In my my local repository I can see this new branch with SourceTree. It appears in commits list, on same commit I cr...
Araucania asked 26/10, 2016 at 12:29

7

Solved

Since bitbucket no longer supported the use of username. We must instead use User uuid for accessing the bitbucket api's. Depreciated or Earlier https://api.bitbucket.com/2.0/users/udayRatan ...
Numeration asked 31/12, 2018 at 5:33

28

Solved

My organization is switching from Bitbucket to Github for project management. Today, I was trying to transfer our most recent project from Bitbucket to Github, by using SourceTree. I added a second...
Kerman asked 20/7, 2016 at 19:15

3

Solved

I am trying to clone part of a repo. I saw some posts regarding filtering and it looks like it should be possible to filter a clone and be able to push from the shallow repo with the latest version...
Agostino asked 23/1, 2019 at 17:6

6

Solved

I've created a merge (into the 'master' branch) that's now on a Bitbucket repo. Long story short: I need to undo that merge. I know that you can do this at the Github site itself, but Bitbucket d...
Urmia asked 4/5, 2016 at 19:27

4

my friend have a repository on Bitbucket and I want to copy that repository (for future reference so that if he delete that repository i would still have one copy) to my bitbucket account. I tried ...
Epiphany asked 3/12, 2013 at 5:32

7

When I am trying to push my code to bitbucket, I am getting this error in terminal. * LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 60 * stopped the pause stream! * Closing connection 2 error: RPC f...
Rapturous asked 1/7, 2018 at 3:40

3

Solved

When adding the usercentrics package in swift package manager i get the following error: invalid archive returned from 'https://bitbucket.org/usercentricscode/usercentrics-spm-sdk/downloads/Usercen...
Ingra asked 26/6, 2023 at 10:52

2

Solved

I've been getting this issue when trying to push to my bitbucket repo, not sure why the fingerprints don't match: It asks me if I want to continue, but I can't type anything in the dialog after ...
Ostrich asked 30/12, 2012 at 6:28

8

Solved

We have a Java 11 server on EC2 that has just started failing to build with the following error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default...
Babs asked 24/3, 2021 at 23:21

4

I previously had another account for bitbucket that source tree was using, but I got invited through an email I didn't use for it and decided to create a new account for it. After that, I opened up...
Hoist asked 5/9, 2022 at 17:17

8

I'm getting below error while cloning a repo through Sourcetree. I'm able to login directly through bitbucket.org but not through Sourcetree. Let me know how this issue needs to be fixed. SourceTr...
Ferriferous asked 27/8, 2020 at 12:1

2

Question Is there any way to point existing Amplify apps to new repositories? Failing that, is there a way to clone Amplify app settings (including Backend environments) from one app to another? Ba...
Monroy asked 25/9, 2022 at 5:59

2

I have a git repository with git-lfs installed and I would like to have all PDF files above some size in LFS, but not all PDF files, as git-lfs supports. The reason for this is that I have many tin...
Noh asked 11/6, 2019 at 9:20

© 2022 - 2024 — McMap. All rights reserved.