You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
The push process get frozen after a few seconds running. The last line in the output is POST git-receive-pack (chunked. Help please. Thanks.
This means it is uploading files to the server. Be patient.
is it dangerous to keep working with the project folder while sourcetree is pushing?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Shouldn't be. SourceTree doesn't push your working copy, it pushes a set of commits. As long as you don't run any git commands that modify your local history (amending commits, rebasing, resetting, etc), you should be fine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Seth Foss, but this push is taking several time (at least 45 minutes and still running). And the size of the last changes is only around 300mb.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If there is a problem here (45 minutes does seem long), it is a git problem, not a SourceTree one. You might try stackoverflow, since it has a wider user base.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, this seems to be a sourceTree bug because I can push the code using terminal. If it is a git problem, it won't let me push even from terminal.
Please suggest some solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I also have this issue now that I have updated Sourcetree Windows to version 3.4.8.
I had no issue with version 3.3.6.
The complete error message I have is :
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v origin master:master
POST git-receive-pack (chunked)
remote: error: cannot lock ref 'refs/heads/master': is at 2855ebd74957473d517ef695b7934c54186c83f3 but expected 24978b6225ab9434514b9f5bcde7be0ca45673f4
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A simple Pull and Sourcetree got refreshed. There is nothing to push, as it has been already done. Sourcetree has an issue and doesn't get properly updated during the Push process.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.