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.
Completed with errors, see above.
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.