Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Problems with upload my files using my git CLI

When I went to upload some codes, I came across the message.

 

 This is the message showed in the Git Terminal.

$ git push origin master
fatal: credential-cache unavailable; no unix socket support
To https://bitbucket.org/kadu1248/teste-pratico-iniflex.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'https://bitbucket.org/kadu1248/teste-pratico-iniflex.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

 

 

could you help me, because it is recurring?

1 answer

0 votes
Ben
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Dec 05, 2022

G'day!

Welcome to the Bitbucket Cloud community.

The error message you are receiving is likely due to your remote repository commit history being ahead of your local repository commit history.

You will first need to pull the changes from your remote before attempting to push from your local by running the following commands so that they are in sync:

git pull
git push

Cheers!

- Ben (Bitbucket Cloud Support)

Suggest an answer

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

Atlassian Community Events