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,559,390
Community Members
 
Community Events
184
Community Groups

How can I get the error message in SourceTree?

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. 

2 answers

Completed with errors, see above.

0 votes
minnsey
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jun 07, 2017

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events