bitbucket Questions
6
Solved
when I am trying to clone a rails app repo I have got permission to, I am getting this issue.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you hav...
Gaillardia asked 3/11, 2015 at 4:36
4
Solved
When trying to push to git using: git push, I all of a sudden get the following error message:
fatal: unable to access 'https://bitbucket.org/mopla-solutions/mopla-server.git/': HTTP/2 stream...
12
I'd like to clone all my bitbucket team repositories using a bash script and http. I have found a few examples that use the Bitbucket api however, they all seem to return no repositories. Any ideas...
4
I try to make a clone (mirror) of my bitbucket repo using jenkins execute shell (not the git plugin).
My credentials:
username
passwd
are saved in a variable: myuser
The credentials are right. ...
3
I use git subtree like:
git subtree add \
--prefix=directory_destination_path \
--squash [email protected]:kicaj/projectname.git \
master
But in directory_destination_path, it copies the e...
Toy asked 11/3, 2014 at 19:10
4
So basically, I have an Openshift Project that on Git push, downloads all libraries with 'Go get' and builds the project on-the-fly and so, I have some code I don't want people to see from my own l...
6
Solved
I have been using BitBucket as my code repository with Visual Studio, but today I'm not able to push code.
I tried to fetch, it opens a window to input the BitBucket credentials (username/email an...
Pernell asked 19/8, 2018 at 14:37
5
Solved
I am trying to use sparse-checkout to just check-out a directory from a BitBucket repository, but getting a "Sparse checkout leaves no entry on working directory" error when I try to pull.
The Bit...
15
Solved
I recently reinstalled Windows and I have a problem with downloading files from repository.
I have installed GIT and Python, but when I am trying to download anything from Bitbucket I get the mess...
4
Solved
I figured out the steps but seems cumbersome, take bitbucket for example, suppose i already have a project called prj
I branch a new project from server side(bitbucket.com), called prj-bz
From lo...
5
Solved
Iam getting a result like this every time I try to push.
i tried force push,rebase,init nothing worked.
nayananga@nayananga-Aspire-E5-575G:/opt/lampp/htdocs/registration$ git push 'https://[e...
Molybdous asked 3/9, 2018 at 15:1
9
Solved
Trying to create a Run configuration in Intellij
For a Java application and get a warning that Class not found in module and it doesn't create the Run configuration. This only happened once I added...
Dagnah asked 30/8, 2018 at 7:29
7
Solved
I'm working on a project in a private repository on https://www.bitbucket.com.
I'm coding it locally, then staging, commiting and pushing the update via BitBucket's / Atlassian's Windows Git clien...
2
Solved
I have a situation, which can be expressed elegantly and exactly by the following SO comment:
I am actually running out of storage in my bitbucket repo which is the
reason I was concerned with spa...
4
Solved
I have a repo on bitbucket with two branches. First branch is master with a fake content, then I have another one called trunk with the correct content.
I would like to change the main branch to t...
6
Solved
I created a BitBucket account today, and I love the fact that they allow you to have unlimited public/private repositories. However, I didn't find the size limit of your account? Does anyone know w...
2
Solved
I'm trying to clone a git repo on my bitbucket account, but am getting this error message when trying to do the clone this repo. to a new PC I've set up:
Cloning into 'xxxxx'...
repository access ...
1
Solved
I am importing a repo that is in GitHub to bitbucket using the import statement. Looks like an SSH key issue to me. Also, the repo which I am trying to import is a private repo within my organizati...
Barramunda asked 4/8, 2022 at 5:2
3
Solved
I am using BitBucket pipelines to perform linting checks with pylint. It was working fine a few hours ago. I have been facing the following error even though the final score is well past the minimu...
Segovia asked 27/11, 2021 at 17:7
21
Solved
I'm working on a team with a few developers using Git on Bitbucket. We are all working on a dev branch, not pushing to master until a release.
One of the developers committed incorrect code that ov...
Didactic asked 23/6, 2014 at 0:44
3
Solved
I'd like to configure bitbutcket to trigger a jenkins build.
I've spent some time researching this and all the answers are from a few years ago, and have not found any guides because things seem t...
6
Solved
I have pushed the code in the morning it was working fine but now I'm trying to push code but getting this error:
Bitbucket Cloud recently stopped supporting account passwords for Git authenticatio...
Gillies asked 14/3, 2022 at 17:39
3
I have a nodejs application which stores variables in environment variables.
I'm using the dotenv module, so I have a .env file that looks like :
VAR1=value1
VAR2=something_else
I'm currently sett...
Homology asked 17/11, 2020 at 9:5
3
Solved
We have a Flutter app which uses a private repository as a dependency.
The SSH key has been added to CircleCI, and the remote access to the repository works just fine locally using this same key.
T...
2
Solved
I have a python package with sphinx-generated documentation (using the automodules feature) and it can be made into a set of static html pages sitting in a _build directory in the git repository of...
Kimkimball asked 19/2, 2013 at 0:27
© 2022 - 2024 — McMap. All rights reserved.