Category "bitbucket"

error: Terminal is dumb, but EDITOR unset - BitBucket Pipeline

I'm using BitBucket Pipelines for the first time to SSH into a development server and perform a git pull origin branch whenever a push is made to the said branc

cloning a bitbucket project in AndroidStudio

I try to clone a project from Bitbucket into Android Studio. The project was originally published from Eclipse. But I get the error: Clone failed. Failed

Bitbucket: is there some user password other than Atlassian password?

I used bitbucket a lot in the past (mostly because of the private repos). Have not used it for a while and now I always get "fatal: Authentication failed" error

remote: Unauthorized fatal: Authentication failed Bitbucket

Ok, so Here's the scenario, I had user1 logged in to my terminal for bitbucket account. I had logged in like $ git config --global user.name "user1" $ git c

Xcode Source Control - Push local changes stuck on Loading

I keep getting this problem with Xcode source control. If I checkout a previous branch and then switch back to my latest branch, sometimes I can no longer push

merge feature branch to main error: You are attempting to modify a pull request based on out-of-date information

Please assist me. I want to merge my feature branch to develop branch after my pull request was approved. I then used PowerShell to run and ran the merge comman

Bitbucket Pipelines hangs when testing a Nuxt app with Cypress

I have a Nuxt app that I want to test with Cypress in CI. I've seen in the Cypress documentation that you have to install some third-party package to wait for t

Bitbucket server REST API: Does commit API overwrite the file or will it ever have conflicts (does a merge)

I am using /rest/api/1.0/projects/{projectKey}/repos/{repositorySlug}/browse/{path:.*} to push commit to a file using Bitbucket. I am able to do that successful

Bitbucket - How to get access token?

I am developing a javascript application ( electron , react ) in which i want to show a user his bitbucket repositories. I can show all public repositories simp

Jenkins Bitbucket LFS-pull failing with missing protocol 'unknown'

I'm trying to set up a Bitbucket-Repo for building in Jenkins. However, whenever there is a LFS-file in the Repo, the pull fails with the error "missing protoco

How to access bitbucket using app password

I have created an app password as explained here But now, how do I access the repository using this app password?What will be the url?Can someone direct me to a

Data not updated on the remote machine after making git pull origin master, pipeline bitbucket

I got this pipeline and a runner on my remote machine bitbucket_pipeline.yml: image: rust pipelines: branches: master: - step:

SourceTree keeps asking for Github password

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,

SourceTree keeps asking for Github password

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,

How to "time travel" git repository back in revisions?

Is it possible to completely revert git repository to previous X revision on bitbucket so that it doesn't keep any changes after that X revision and doesn't con

Jenkins - How to trigger QA tests job build by changes on another git project

I know this is a frequent topic, but I couldn't find a straight-forward answer for my case. I just started with Jenkins, so I need help to achieve the setup des

'cannot open git-upload-pack' error in Eclipse when cloning or pushing git repository

I am not able to clone or push to a git repository at Bitbucket in Eclipse: It's weird, because a day before I didn't have any problem. I have downloaded the

Setup Django Postgres database

I created the django app, I have it connected to my local server with pgAdmin3. I want to have the django app push to bitbucket. But the problem is: How do I s

error: unable to read askpass response from '/home/.cache/Google/AndroidStudio2021.1/tmp/intellij-git-askpass-local.sh' in ubuntu android studiio

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

Same repository names in different projects

I have two projects: CompanyAManagement CompanyBManagement And for both projects, I would have a repository "frontend" and "backend". However, after I have crea