bitbucket Questions
6
Solved
I'm trying to access bitbucket via ssh from vscode but always get permission denied (publickey).
SSH key(s) are located under ~\.ssh\, public key(s) are correctly setup in bitbucket/settings/secu...
Procarp asked 7/6, 2019 at 7:55
7
Solved
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 page showing an example please?
The ...
Dentist asked 6/10, 2016 at 3:22
2
Solved
I'm trying to add cypress to the bitbucket pipeline but it tells me that I need to install Xvfb and I don't know how to keep going. This is my bitbucket.pipelines.yml
# Template NodeJS build
# Thi...
4
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 config --global user.email "[email...
Tarratarradiddle asked 26/1, 2016 at 6:53
31
Solved
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 sts 3 times with no luck. This error...
Suh asked 15/9, 2013 at 15:3
9
Ran Visual Studio Installer for the following:
Added 'Desktop Development with C++'
Updated VS to the latest version 17.1.4
Now when I load any project, it is no longer under source control. In t...
Buckram asked 15/4, 2022 at 21:24
5
Solved
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 to start Git process.
What I have do...
Gader asked 22/1, 2017 at 8:16
2
Solved
While the UI of Bitbucket allows to tag a given commit of a mercurial repository, I can't find a way (web-based or command-line) to remove the tag, which could be added by mistake (actually, there ...
5
Solved
I followed a bunch of blog trails around the web to find out how everything should be set up and I have the following situation:
First of all, ssh -T [email protected] returns the following r...
2
I'm using Git 2.35.1.windows.2 on Windows 10. I understand that this version uses the Windows Credential Manager. Bitbucket recently deprecated the use of the Bitbucket account password for HTTPS G...
Xylidine asked 21/2, 2022 at 22:44
1
Trying to set the default charset and collation of a mysql:5.7 docker image using Bitbucket Pipelines, the documentation is a little vague mentioning:
If you need to configure the underlying datab...
Briefless asked 17/4, 2021 at 7:46
4
I try to whole day resolve the trouble:
When i try to pull or clone exists repository in empty directory, i got error:
$ git clone https://bitbucket.org/path_to_repo/aroma
Cloning into 'aroma'...
...
3
Solved
I am unable to know why is there a * beside my git branch name in Visual studio code. Is there something I should be wary about?
Fijian asked 20/3, 2020 at 4:39
15
I have a git project at Android Studio and a remote at BitBucket and I changed it to use SSH instead of HTTPS. I can make everything work using Atlassian's SourceTree, but in Android Studio every t...
Heighten asked 11/7, 2014 at 1:7
2
I'm trying to setup Sourcetree from scratch, I created Sourcetree and Bitbucket accounts, created a new Bitbucket repository and trying to clone it. But 'checking source" newer ends and I see ...
Shoffner asked 25/7, 2021 at 21:3
5
I have an existing Bitbucket Git project and I have installed Visual Studio Tools for Git from here
My visual studio didn't show any thing at all to signify I'd done this until I went into tools>o...
Fertile asked 21/10, 2014 at 12:2
3
Solved
I need to clone a repository from Bitbucket that I was given access to by another user.
I tried this:
git clone [email protected]:repositoryOwnerUserName/repo.git
It gave me an error mess...
3
Solved
I have multiple ssh keys, using one key for one project. I have successfully assigned the public ssh keys to the relevant repositories inside my bitbucket account.
They are stored in the followin...
5
Solved
Is it possible to use GitHub Desktop application to commit to a Bitbucket repository?
If yes then where I need to add in GitHub? I see "Clone in Sourcetree" option, but I want to clone in...
Solo asked 16/10, 2013 at 18:23
2
Solved
I have a repo on Bitbucket
I just installed VS2022
I clone my repo and get Invalid credentials
BUT the operations work
I check the repo and see the commits
this is what I see in the output window
P...
Jabalpur asked 30/11, 2021 at 0:27
1
Solved
From today I am unable to connect to bitbucket from intellij. It worked well since years, but now there it seems to be any change and I have no clue how to solve so far.
I do a fetch on my reposito...
Triviality asked 12/3, 2022 at 8:37
8
I am trying to push my commits to Bitbucket using the command
git push origin master
Nothing happens. I am represented with a command prompt, and no error message. When I browse the source onli...
0
I understand how to create an app password for BitBucket, as discussed in Atlassian's app password information and this SO answer.
Which permissions are needed for what, though? In my case, specifi...
Amplexicaul asked 10/3, 2022 at 22:6
3
Solved
While deploying my tests on a Jenkins instance, I noticed that some submodules could not be initialized.
In Jenkins, I checked the checkbox for Use credentials from default remote of parent reposi...
Patriapatriarch asked 27/1, 2019 at 11:43
3
There is some basic glitch in my understanding of VSCODE and GitLens.(and maybe I need remedial GIT training, oh well).
I am looking to merge a branch someone else created (and checked into BitBuc...
Wesle asked 13/1, 2019 at 17:22
© 2022 - 2024 — McMap. All rights reserved.