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.
When I'm doing a pull in SourceTree, I get this output:
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=manager-st fetch origin
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=manager-st pull origin master
From ***correct link here***
* branch master -> FETCH_HEAD
Updating fe3db425627..9c76893f440
Completed with errors, see above.
I see no error message, and my local repo clearly missing commits on origin, so the pull wasn't succeed.
Odd.
That information is what git returns when running the command requested by SourceTree.
I would suggest opening the Terminal for the repository in question and try running the same command:
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=manager-st fetch origin
then
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=manager-st pull origin master
(Assuming you are on master)
but add the '-v' option for verbose output and see if it tells you anything more.
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.