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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,519
Community Members
 
Community Events
184
Community Groups

Sourcetree can't push problem

Dear Support Team 

I have a problem when trying to push , but the pull operation works without problems
You can see the error that appears as follows

 

git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=manager-st push -v --tags origin feature/newDesign:feature/newDesign

POST git-receive-pack (815 bytes)

remote: Hook com.atlassian.stash.internal.repository.ref.restriction.RestrictionEnforcer failed. Error:        

remote: bundle [com.atlassian.bitbucket.server.bitbucket-ref-restriction]       

Pushing to http://iyousef@192.168.60.12:7990/scm/ep/zagelwebproject.git

To http://iyousef@192.168.60.12:7990/scm/ep/zagelwebproject.git

! [remote rejected] feature/newDesign -> feature/newDesign (pre-receive hook declined)

error: failed to push some refs to 'http://iyousef@192.168.60.12:7990/scm/ep/zagelwebproject.git'

Completed with errors, see above.

 

Please provide me with any information to resolve the problem

Best Regards 

21 answers

For anyone still stuck, I managed to resolve this by going to manage windows credentials (control panel->user accounts->credential manager) and deleting anything with bitbucket.org mentioned in the name under the generic credentials section. I.e. it might look like "git:https://username@bitbucket.org"

I also deleted all the accounts in sourcetree under tools-->options-->authentication (think I did that first) Not sure this step is required.

Now working OK again

There was some hg:https://username@bitbucket.org in the generic windows credentials.

Sounds like removing it made it work. Thanks!

Like Jenna likes this

how about for mac?

Like Marcelo Lotif likes this
3 votes
Deleted user Feb 11, 2020

This is my workaround, try updating your embedded git or if you have a local installation of git in your system try using it instead of the embedded one.

To update, just click the Update Embedded button under Git Version.

In switching to System, just click the System button under Git Version.

You can find this in, Sourcetree -> Tools -> Options -> Git.

Hope this helps.

Updating my embedded copy of Git and telling SourceTree to use that fixed the problem for me. Thanks! (My symptom was that when I pushed the "Push" button within SourceTree, there were no branches listed in the Push dialog, so I wasn't able to select anything to push.) It now works fine, though.

Updating Embedded Git worked for me.  Thanks for the tip. :)

If anyone is still looking for a solution, this helped me.

Click on 'Terminal' button in the Source Tree UI, and run

git pull --tags


Not really a true "solution" to the *root* of the problem being discussed, but in my case, since my previous reply to this discussion, I've long since just been going about all my Git-related business via Git bash, which has worked out perfectly for me.

Would be great to be able to use SourceTree as intended, but until such a time comes, I'll just continue using Git bash (which has thus far worked perfectly for me, without any major problems) to interact with BitBucket (plus any other Git-related services and platforms).

Sharing this information, not to have a go at SourceTree, nor to complain, but simply because it might indicate a possible solution for others in the same situation as my own (in the sense that maybe that hadn't yet considered using Git bash to handle all their Git-related business).

(Also, AFAICT, the root of the problem is definitely SourceTree, and neither BitBucket itself nor anything else at Atlassian's side of things. I say this, because although I've experienced the issue being discussed with SourceTree before, I've never actually experienced any problems wih BitBucket itself before).

Greeting, 

I just updated sourcetree to the latest (2.7.1) and I can't perform push command anymore. pull command seems fine. 

I'm able to push through terminal, seems like it's a bug from the new update.

 

Jake

It's seem that i have got the same problem.

 

Since the update i am not able to push my code to my bitbucket account.

I can push from command line.

ssh -Tv git@bitbucket.org

works fine too. It's seems to be just on Sourcetree. 

I managed to solve the issue by deleting the file:
../Users/<name>/Appdata/Local/Atlassian/SourceTree/passwd

When pushing i was prompted for a password and the above file is recreated.

I FINALLY FIXED IT (Working for other members of the team too)

First i went to programs and clicked uninstall for source tree

Second i deleted the folder Drive/Users/Yourname/Appdata/Local/Atlassian

Third i reinstalled it, clicked the embed option for the thingy and added my git project back with the add button. 

Fourth I went to settings, clicked on the project, clicked edit, then changed the remote account to my actual account instead of the generic one.

Lastly I clicked pull and push (actually went through)!

 

 

Before I was only able to pull through source tree but not push, I could still however push through command line.

Great, I have the same problem. Tryed to remove all credentials in Windows and references.

OK, Atlassian can't solve the issue.

This has a history of 2 years, lets go back to the commandline again with Git.

Have the same issue. For me it doesn't work because we use 
push = refs/heads/*:refs/for/*
in the config file under .git folder. 
https://stackoverflow.com/questions/10461214/why-is-git-push-gerrit-headrefs-for-master-used-instead-of-git-push-origin-mast

Looks like this doesn't work after SourceTree 3.1.2

It's January 2019 any answers to this?

I am also have the same problem.

Also can't push or pull. Anyone found a solution?

The same issue happened to me since yesterday, but I still can push by cli. However, it didn't work on both sides now. 

SAME HERE!!!!!!!!!!

How can i push afterall???

Similar issue. Push from command line says all is up to date, but viewing source code online shows old source. Local files are not changed, but I can see the changes when double-clicking to edit a file from Sourcetree.

Same issue. 

Hi,

I can confirm that I'm also experiencing this problem currently. I'm using the latest version of SourceTree.

Looking forward to hearing what solutions can be recommended.

Cheers.

Dear Support Team,

I have the same problem.

I can't push and pull from sourcetree 2.7.4 with Bitbucket Cloud and MacOS.

I  can push from command line but it's inconvenient.

Please help me

Ryo.

Getting Push/Pull errors as well. Running 2.4.8.0 on Windows. Command line works.

0 votes
Ana Retamal
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jan 09, 2018

Hi Rula, have you tried pushing from the command line too? If you get the same error from the command line, then the issue is not related to Sourcetree and we'll need to figure out what's going on.

Can you also let us know where are you pushing to? Is it Bitbucket Server? Or Bitbucket Cloud? Or Github...?

Regards,

Ana

Dear Ana 

this problem appear when i try push code from Sourcetree to Bitbucket server  

Best Regards

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events