git pull 出现冲突

hint: You can replace “git config” with “git config --global” to set a default
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
hint: or --ff-only on the command line to override the configured default per
hint: invocation.
fatal: Need to specify how to reconcile divergent branches.

运行 :git config pull.rebase false
然后再:git pull

你可能感兴趣的:(git)