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

How can I get the error message in SourceTree?

Imre Major May 27, 2017

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

0 votes
Marido Dong March 20, 2020

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.
June 7, 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