Issue with commits (not in sync)

Sander Schadenberg
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 25, 2023

Hi, I just pushed several commits to Bitbucket and they are available and visible in the browser (bitbucket.org). But when trying to pull the commits the response is "Already up to date", also in GitKraken on multiple devices the new commits aren't available to pull.

It sounds like an Bitbucket issue, could there be an issue on Bitbucket?

1 answer

0 votes
Patrik S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 26, 2023

Hello @Sander Schadenberg !

And welcome to the Community!

It might have been the case that the commits you are looking at on the UI are in a different branch than the branch you are pulling locally.

In this case, could you try to do a fresh clone of the repository using the command below and let us know if the commit is present? 

  • For SSH clone :
    git clone git@bitbucket.org:<workspace>/<repository>.git
  • For HTTPS clone
    git clone https://{username}:{app_password}@bitbucket.org/{workspace}/{repository}.git

Once the repository is cloned, you can use the git show command in the local repo directory to find the commit by its hash : 

git show <commit hash>

Let us know if you have any questions or if you run into any issues executing the commands above.

Thank you, @Sander Schadenberg !
Patrik S

Sander Schadenberg
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 2, 2023

Hi Patrik, thanks for your reply. I was working & looking in the right branche.

The problem (& solution) was to renew my App password in Bitbucket, afterwards everything worked as expected again.

Like Patrik S likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events