git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree fetch origin
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree pull --no-commit origin master
From http:************************
* branch master -> FETCH_HEAD
Already up-to-date.
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree submodule update --init
fatal: No url found for submodule path 'vendor/doctrine/cache' in .gitmodules
Completed with errors, see above
不知到为啥在用sourcetree pull时会抱这样的错
子模块没有设置git的url