错误如下:
Unable to pull because your local and remote branches changed. Set your preferred Git behavior for how to reconcile diverged branches in Git settings. git: 'credential-manager' is not a git command. See 'git --help'. The most similar command is credential-manager-core Hint: You have divergent branches and need to specify how to reconcile them. Hint: You can do so by running one of the following commands sometime before Hint: your next pull: Hint: Hint: git config pull.rebase false # merge Hint: git config pull.rebase true # rebase Hint: git config pull.ff only # fast-forward only Hint: 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.
执行下红色字体就可以了
标签:pull,git,false,Hint,--,rebase,config From: https://www.cnblogs.com/Insist-Y/p/16711879.html