Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
35 views

Why IDEA does not open cloned repo?

I use IDEA 2022.1.4 Ultimate. I have faced such a problem: I clone a repo from our corporate BB* (no matter using SSH or HTTP, I used both options). The repo successfully clones, it copies into the ...
Igor Shakhbazyan's user avatar
0 votes
0 answers
39 views

Why would a Bitbucket Mirror Hook work from Repo A but not from Repo B?

I have a Bitbucket "Mirror Hook" (found in the "hooks" section of settings). It was correctly mirroring everything from Repo A into Repo C. But now, we have to migrate Repo A to a ...
Kyle Vassella's user avatar
0 votes
0 answers
20 views

How to Add Both Bitbucket and GitHub as Remote Repositories for a Single Git Project and Push to Both? [duplicate]

I'm working on a project where I need to use both Bitbucket and GitHub as remote repositories. I want to be able to push my changes to both platforms simultaneously. I already have a Git repository ...
Anushujan Satkunarasa's user avatar
0 votes
1 answer
59 views

How does a git pull --rebase work and what will show up in remote commit history?

I am working on a project. Suppose I clone a repository "my_repo" that has A->B->C commits. Locally I do a commit D on day 1 but do not push. Someone does a commit E on day 2 and ...
tue2017's user avatar
  • 51
0 votes
0 answers
316 views

Trying to fetch a raw file from bitbucket private repository using access token

Im trying to fetch a raw VERSION file from a repository for a CD solution. I created a Repository Access Token with Repository: Read permission, as documented here Using cURL, curl https://api....
BUCKSHOT's user avatar
0 votes
0 answers
287 views

could not read password error while trying to git pull from jenkins using execute shell script on remote hosts

I have my code on bitbucket and for the continuous integration part am using jenkins, when i try to execute shell script using git pull command its giving me error fatal: could not read Password for '...
Bala's user avatar
  • 1
-1 votes
1 answer
134 views

How to update submodule to a specific commit from a repo without branch name?

While working with git submodules I had a though to update the submodule by providing only the submodule repository URL and commit id ( Commit id could be present in any branch of the submodule ...
KLAS R's user avatar
  • 62
6 votes
2 answers
992 views

How to switch git email based on host?

I have accounts in three different Git service providers - GitHub, GitLab and BitBucket. I want to ensure that my commits are signed via SSH in all of the mentioned providers, which is not possible ...
user avatar
0 votes
1 answer
217 views

SourceTree cloning git repo always aborting

SourceTree repo cloning ends up with the error: "abort: repository [email protected]:ammar/android.git not found". I've done the ssh also of that account and the repository is listing down ...
Muhammad Ammar's user avatar
2 votes
1 answer
652 views

Close source branch after pull request is merged

I have merged a pull request on Bitbucket with the "Close source branch" option unchecked just in case further changes are made on the same branch to avoid creating an upstream. I can still ...
D21's user avatar
  • 45
1 vote
1 answer
129 views

Git merge multiple new branches into old branch

I have an old branch ready for deployment: Branch A and a patch branch: Patch A created off Branch A Changes have been made on new branches from master: Branch B, C & D For the deployment I want ...
D21's user avatar
  • 45
0 votes
1 answer
116 views

local changes are lost when using git

I am using Bitbucket for versioning control. Unfortunately, I pushed my commit to wrong repository then I got fatal: refusing to merge unrelated histories then I applied this command before I realize ...
sara's user avatar
  • 135
1 vote
0 answers
506 views

cPanel Git Version Control automatic deployment for cloned repositories

after a bit of trouble I managed to set up a git version control in cPanel for a git repository. Now I can update the website on the server by following these steps: log into cpanel, go into git ...
failedCoder's user avatar
  • 1,414
0 votes
1 answer
48 views

Unable to view or access stashed changes suddenly

I have opened up VS code to find that I can not see the stashed changes that I previously had the last time I opened the directory. The stash contains a few week's worth of work so I am desperate to ...
benlee38b's user avatar
0 votes
1 answer
626 views

Terraform Enterprise is not triggered for commits in bitbucket

I have a TFE workspace with proper Version Control details. Whenever I commit any change in Bitbucket, nothing is triggered in TFE. But if I change the branch in TFE version control and change it ...
Faiz Kidwai's user avatar

15 30 50 per page
1
2 3 4 5
26