bitbucket Questions
4
Solved
I am using the following code in my bitbucket-pipelines.yml files to remotely deply code to a staging server.
image: php:7.1.1
pipelines:
default:
- step:
script:
# install ssh
- apt-get upd...
Terpsichorean asked 30/8, 2017 at 13:40
8
Solved
I am working on project with another developer. We are working on bitbucket.
The problem is he made a changes in XIB files. After that when I do a git pull, I receive the changes but get an error ...
1
Solved
On Github, when you blame a file, you can see all the commits, annotated on the left hand side. They also have a very helpful link called "View blame prior to this change", which allows y...
5
Solved
I have created ssh key using the command ssh keygen and I have added the public key to my bitbucket account and then I have added the key to the ssh agent also, But when I tried to clone repo from ...
Sienkiewicz asked 21/10, 2017 at 11:27
5
Solved
I have a project hosted on BitBucket
Can I rename it ?
If not and I need to create a new repository can someone tell me the easiest way to do that and have new repo on BitBucket (one particular c...
5
Solved
I'm using bitbucket to host my git repository.
I've added a new folder called ExtLibs and added bunch of dlls. However they do not show up in SourceTree when I try to check in those files.
How do...
Triumphant asked 9/5, 2016 at 18:52
4
I have following questions.
I want to create a branch from my master repo. I can use either bitbucket dashboard or Terminal to create a branch. If I used Terminal, the created branch does not sh...
Cassation asked 25/12, 2016 at 9:49
3
Solved
I'm fairly new to git and only work by myself so I don't use many of the features it can do but I am running into a process that either I am thinking about it wrong or doing something wrong.
I hav...
7
When i tries to log in to Bitbucket (web-based version controller) on Chrome (google chrome web browser), i consistently get,
Oops, you've made a malformed request.
If you came here from a lin...
Frug asked 23/9, 2019 at 7:57
4
Solved
I would like to be able to make releases and builds for my game.
I know GitHub has releases, but I am using BitBucket instead.
Does anyone know how to make releases with BitBucket as like a check...
3
Solved
curl -X POST http://xxx.yyy.zzz:5555/job/job-name/build --user john-devops-jenkins:11df3ed41129c5c7da1518e9c3149896de -H 'Jenkins-Crumb:31827a74a160347a641c87ddbc8e3b6e'
The above curl code with ...
Antoine asked 2/6, 2019 at 16:36
3
Solved
How to fork your own repo on BitBucket ?
I know how to fork another user repo from web interface, and I know how to clone my repo.
But how to fork your own repo on BitBucket and ease a future pul...
2
What I need is a way to build a Dockerfile within the repository as an image and use this as the image for the next step(s).
I've tried the Bitbucket Pipeline configuration below but in the "B...
Overbid asked 3/6, 2021 at 19:4
8
The following git commands hang (do not respond) in one of my repositories:
git status
git diff
git stash
git add
The fact that I cannot git add leads me to believe that the unresponsiveness isn...
Zayas asked 10/4, 2017 at 9:13
10
Solved
I'm attempting to clone a repo from my BitBucket account to my Windows 10 laptop (running GitBash). I've completed all of the steps necessary to connect (set up my SSH key, verified by successfully...
Madly asked 20/10, 2015 at 15:2
5
Solved
Result of lots of searching on net is that pre-checkout hook in git is not implemented yet. The reason can be:
There is no practical use. I do have a case
It can be achieved by any other means. P...
Mays asked 17/1, 2015 at 14:18
3
Solved
What feature do you use when you want to make a suggestion on the code? Let's say, one of the members think it's better to write a specific part of the code in another way and IF IT'S APPROVE...
1
I have many repos, in which I need to find some commit I made a very long time ago. Due to reasons, I don't know which repos I have commits in, and when I did those commits.
I could go over them on...
Pyrogallate asked 15/5, 2022 at 12:9
6
Solved
touch test
git add test
git commit -m "test"
git push -u origin master
This worked. The file was uploaded to the repository.
rm test
cp -R ../website ./website
git rm test
git add website/
git c...
1
Solved
For one of my repos I need to see the value I set to a secure property of a deployment (created as described in https://support.atlassian.com/bitbucket-cloud/docs/variables-and-secrets/#Secured-var...
Diaphysis asked 29/4, 2022 at 12:1
1
Solved
My GIT environment is set up correctly, but I get an error when cloning via HTTPS. I do have the correct access rights on BitBucket, and when I log in, I can see all the projects, including t...
3
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 contain any source code change newer tha...
Headset asked 21/6, 2018 at 17:15
7
Solved
I need to extract the list of all repos under all projects in Bitbucket. Is there a REST API for the same? I couldn't find one.
I have both on-premise and cloud Bitbucket.
Ep asked 18/3, 2016 at 16:55
3
Solved
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 branch. It's quite simple and everything i...
Portia asked 15/6, 2020 at 5:24
3
We are using Jenkins(v2.235.1) and BitBucket cloud combination. We have BitBucket Team/Project type job which has created multi-branch pipelines. Some of the jobs corresponding to individual branch...
Schweinfurt asked 2/4, 2021 at 16:27
© 2022 - 2024 — McMap. All rights reserved.